mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-01-04 12:21:59 +00:00
enable eeprom for rgb matrix
This commit is contained in:
@@ -20,7 +20,7 @@ void eeconfig_init(void)
|
||||
#ifdef AUDIO_ENABLE
|
||||
eeprom_update_byte(EECONFIG_AUDIO, 0xFF); // On by default
|
||||
#endif
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
#if defined(RGBLIGHT_ENABLE) || defined(RGB_MATRIX_ENABLE)
|
||||
eeprom_update_dword(EECONFIG_RGBLIGHT, 0);
|
||||
#endif
|
||||
#ifdef STENO_ENABLE
|
||||
|
||||
Reference in New Issue
Block a user