aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/eeconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/eeconfig.c')
-rw-r--r--tmk_core/common/eeconfig.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmk_core/common/eeconfig.c b/tmk_core/common/eeconfig.c
index 140d2b85b..e2eb4a38e 100644
--- a/tmk_core/common/eeconfig.c
+++ b/tmk_core/common/eeconfig.c
@@ -19,6 +19,9 @@ void eeconfig_init(void)
19#ifdef RGBLIGHT_ENABLE 19#ifdef RGBLIGHT_ENABLE
20 eeprom_update_dword(EECONFIG_RGBLIGHT, 0); 20 eeprom_update_dword(EECONFIG_RGBLIGHT, 0);
21#endif 21#endif
22#ifdef STENO_ENABLE
23 eeprom_update_byte(EECONFIG_STENOMODE, 0);
24#endif
22} 25}
23 26
24void eeconfig_enable(void) 27void eeconfig_enable(void)