Fix function call
This commit is contained in:
committed by
Florian Didron
parent
39a9486b35
commit
5bf407c8e9
@@ -231,8 +231,8 @@ void layer_state_set_oryx(layer_state_t state) {
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef DYNAMIC_KEYMAP_ENABLE
|
||||
void eeconfig_init_oryx(void) {
|
||||
#ifdef DYNAMIC_KEYMAP_ENABLE
|
||||
// reread settings from flash into eeprom
|
||||
dynamic_keymap_reset();
|
||||
dynamic_keymap_macro_reset();
|
||||
@@ -246,6 +246,5 @@ void matrix_init_oryx(void) {
|
||||
if (!memcmp(&temp, &firmware, sizeof(uint8_t)*FIRMWARE_VERSION_SIZE)) {
|
||||
eeconfig_init_oryx();
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user