]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/common/eeconfig.c
Velocikey: Match RGB animation speed to typing speed (#3754)
[qmk_firmware.git] / tmk_core / common / eeconfig.c
index ded27e599f4a5acdf62dac676c13a07ad8d41fef..9c1e3520eea8b0559606ad47ae28da8794fd8031 100644 (file)
@@ -46,6 +46,7 @@ void eeconfig_init_quantum(void) {
   eeprom_update_dword(EECONFIG_RGBLIGHT,      0);
   eeprom_update_byte(EECONFIG_STENOMODE,      0);
   eeprom_update_dword(EECONFIG_HAPTIC,        0);
+  eeprom_update_byte(EECONFIG_VELOCIKEY,      0);
 
   eeconfig_init_kb();
 }