~ruther/qmk_firmware

e7d4bc52911e957b364eceb5762e79cef63a7737 — Jack Humbert 7 years ago c6ea96a
enable eeprom for rgb matrix
1 files changed, 1 insertions(+), 1 deletions(-)

M tmk_core/common/eeconfig.c
M tmk_core/common/eeconfig.c => tmk_core/common/eeconfig.c +1 -1
@@ 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