Merge pull request #614 from keyboardio/EEPROMKeymap/deprecated-interfaces-in-example

examples/EEPROM-Keymap: Stop using deprecated interfaces
pull/615/head
Jesse Vincent 6 years ago committed by GitHub
commit e10c42df50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save