From a066d82747b6d3f5399a05745c334e2d1d3601bd Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Fri, 5 Oct 2018 21:25:48 +0200 Subject: [PATCH] Fix a thinko It's called `FocusKeymapTransferCommand`, not `FocusKeymapTransfer`. Signed-off-by: Gergely Nagy --- examples/EEPROM-Keymap/EEPROM-Keymap.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/EEPROM-Keymap/EEPROM-Keymap.ino b/examples/EEPROM-Keymap/EEPROM-Keymap.ino index 50f3b4b8..e5c35ec9 100644 --- a/examples/EEPROM-Keymap/EEPROM-Keymap.ino +++ b/examples/EEPROM-Keymap/EEPROM-Keymap.ino @@ -40,7 +40,7 @@ KEYMAPS( ) // *INDENT-ON* -KALEIDOSCOPE_INIT_PLUGINS(EEPROMKeymap, Focus, FocusKeymapTransfer); +KALEIDOSCOPE_INIT_PLUGINS(EEPROMKeymap, Focus, FocusKeymapTransferCommand); void setup() { Kaleidoscope.setup();