diff options
| author | Joel Challis | 2023-09-25 18:48:10 +0200 |
|---|---|---|
| committer | GitHub | 2023-09-25 18:48:10 +0200 |
| commit | 339bff63393cda8bd6e8358e09d04b50ff9ac010 (patch) | |
| tree | 8a60fa247a3e4c87bad50bec32725e27f66c0bd7 /quantum/eeconfig.c | |
| parent | 1052c03a5b15b09e0925c918812452cdd0c6d413 (diff) | |
Move velocikey to within rgblight (#22123)
Diffstat (limited to 'quantum/eeconfig.c')
| -rw-r--r-- | quantum/eeconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/eeconfig.c b/quantum/eeconfig.c index 4579d67c28..d9eea13758 100644 --- a/quantum/eeconfig.c +++ b/quantum/eeconfig.c @@ -57,7 +57,7 @@ void eeconfig_init_quantum(void) { eeprom_update_byte(EECONFIG_AUDIO, 0xFF); // On by default eeprom_update_dword(EECONFIG_RGBLIGHT, 0); eeprom_update_byte(EECONFIG_RGBLIGHT_EXTENDED, 0); - eeprom_update_byte(EECONFIG_VELOCIKEY, 0); + eeprom_update_byte(EECONFIG_UNUSED, 0); eeprom_update_byte(EECONFIG_UNICODEMODE, 0); eeprom_update_byte(EECONFIG_STENOMODE, 0); uint64_t dummy = 0; |