README.md: Updated to use the correct interfaces

We no longer have a `KaleidoscopePlugins` namespace, and have to use
`kaleidoscope` instead - lets do that.

Noticed by Jordihs on the Keyboardio forums, thank you!

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/365/head
Gergely Nagy 7 years ago
parent 3693c564b3
commit ac4aab534f

@ -26,7 +26,7 @@ a special function to handle the combos:
#include <Kaleidoscope.h>
#include <Kaleidoscope-MagicCombo.h>
static const KaleidoscopePlugins::MagicCombo::combo_t magic_combos[] PROGMEM = {
static const kaleidoscope::MagicCombo::combo_t magic_combos[] PROGMEM = {
{R1C3 | R2C1 | R2C4 | R2C7, // left hand,
R0C11 | R1C12 | R2C14 //right hand
},

Loading…
Cancel
Save