examples/EEPROM-Keymap: Stop using deprecated interfaces

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/614/head
Gergely Nagy 6 years ago
parent 79c1f75624
commit 78c595f366
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -45,7 +45,7 @@ KALEIDOSCOPE_INIT_PLUGINS(EEPROMKeymap, Focus);
void setup() {
Kaleidoscope.setup();
EEPROMKeymap.setup(1, EEPROMKeymap.Mode::EXTEND);
EEPROMKeymap.setup(1);
}
void loop() {

Loading…
Cancel
Save