Add EEPROM reset functionality

This commit is contained in:
Drashna Jael're
2020-01-15 02:21:11 -08:00
committed by Florian Didron
parent 3b71e1e819
commit a8e4c490bf
3 changed files with 13 additions and 2 deletions

View File

@@ -228,3 +228,9 @@ void layer_state_set_oryx(layer_state_t state) {
webusb_send(event, sizeof(event));
}
}
void eeconfig_init_oryx(void) {
// reread settings from flash into eeprom
dynamic_keymap_reset();
dynamic_keymap_macro_reset();
}