From 78c595f36657a0d2554bc9b613893cda2e6bd0fa Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Tue, 19 Mar 2019 09:58:07 +0100 Subject: [PATCH] examples/EEPROM-Keymap: Stop using deprecated interfaces Signed-off-by: Gergely Nagy --- examples/Features/EEPROM/EEPROM-Keymap/EEPROM-Keymap.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Features/EEPROM/EEPROM-Keymap/EEPROM-Keymap.ino b/examples/Features/EEPROM/EEPROM-Keymap/EEPROM-Keymap.ino index f9158099..89c331ca 100644 --- a/examples/Features/EEPROM/EEPROM-Keymap/EEPROM-Keymap.ino +++ b/examples/Features/EEPROM/EEPROM-Keymap/EEPROM-Keymap.ino @@ -45,7 +45,7 @@ KALEIDOSCOPE_INIT_PLUGINS(EEPROMKeymap, Focus); void setup() { Kaleidoscope.setup(); - EEPROMKeymap.setup(1, EEPROMKeymap.Mode::EXTEND); + EEPROMKeymap.setup(1); } void loop() {