From e7d4bc52911e957b364eceb5762e79cef63a7737 Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Tue, 8 May 2018 18:13:09 -0400 Subject: enable eeprom for rgb matrix --- tmk_core/common/eeconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmk_core') diff --git a/tmk_core/common/eeconfig.c b/tmk_core/common/eeconfig.c index 91c18e2e6..3e5987ee3 100644 --- a/tmk_core/common/eeconfig.c +++ b/tmk_core/common/eeconfig.c @@ -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 -- cgit v1.2.3-24-g4f1b