Ensure more _user functions will always run
This commit is contained in:
parent
256fabca9e
commit
0d8b4d6fa6
5 changed files with 20 additions and 11 deletions
|
@ -25,8 +25,6 @@ __attribute__((weak)) void eeconfig_init_user(void) {
|
|||
__attribute__((weak)) void eeconfig_init_kb(void) {
|
||||
// Reset Keyboard EEPROM value to blank, rather than to a set value
|
||||
eeconfig_update_kb(0);
|
||||
|
||||
eeconfig_init_user();
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -66,6 +64,7 @@ void eeconfig_init_quantum(void) {
|
|||
#endif
|
||||
|
||||
eeconfig_init_kb();
|
||||
eeconfig_init_user();
|
||||
}
|
||||
|
||||
/** \brief eeconfig initialization
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue