forked from mirrors/qmk_userspace
Adding rgb matrix speed into eeprom storage. (#5965)
Zeroing out spd in eeconfig_init_quantum Switched to block read & update Update tmk_core/common/eeconfig.h Co-Authored-By: Drashna Jaelre <drashna@live.com> Fixing init compile error Update eeconfig.c Dead / Missing API cleanup alignment
This commit is contained in:
parent
72df7b4c19
commit
e2dfb787da
5 changed files with 35 additions and 65 deletions
|
@ -47,9 +47,8 @@ void eeconfig_init_quantum(void) {
|
|||
eeprom_update_byte(EECONFIG_STENOMODE, 0);
|
||||
eeprom_update_dword(EECONFIG_HAPTIC, 0);
|
||||
eeprom_update_byte(EECONFIG_VELOCIKEY, 0);
|
||||
#ifdef EECONFIG_RGB_MATRIX
|
||||
eeprom_update_dword(EECONFIG_RGB_MATRIX, 0);
|
||||
#endif
|
||||
eeprom_update_byte(EECONFIG_RGB_MATRIX_SPEED, 0);
|
||||
|
||||
eeconfig_init_kb();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue