Add EEPROM reset functionality
This commit is contained in:
committed by
Florian Didron
parent
3b71e1e819
commit
a8e4c490bf
@@ -3,7 +3,9 @@
|
||||
#include "eeprom.h"
|
||||
#include "eeconfig.h"
|
||||
#include "action_layer.h"
|
||||
|
||||
#ifdef ORYX_ENABLE
|
||||
# include "oryx.h"
|
||||
#endif
|
||||
#ifdef STM32_EEPROM_ENABLE
|
||||
# include "hal.h"
|
||||
# include "eeprom_stm32.h"
|
||||
@@ -65,7 +67,9 @@ void eeconfig_init_quantum(void) {
|
||||
#pragma message "Faking EE_HANDS for right hand"
|
||||
eeprom_update_byte(EECONFIG_HANDEDNESS, 0);
|
||||
#endif
|
||||
|
||||
#ifdef ORYX_ENABLE
|
||||
eeconfig_init_oryx();
|
||||
#endif
|
||||
eeconfig_init_kb();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user