Fix a thinko

It's called `FocusKeymapTransferCommand`, not `FocusKeymapTransfer`.

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/365/head
Gergely Nagy 6 years ago
parent 41fa914a61
commit a066d82747

@ -40,7 +40,7 @@ KEYMAPS(
)
// *INDENT-ON*
KALEIDOSCOPE_INIT_PLUGINS(EEPROMKeymap, Focus, FocusKeymapTransfer);
KALEIDOSCOPE_INIT_PLUGINS(EEPROMKeymap, Focus, FocusKeymapTransferCommand);
void setup() {
Kaleidoscope.setup();

Loading…
Cancel
Save