Browse Source

enable eeprom for rgb matrix

Jack Humbert 7 years ago
parent
commit
e7d4bc5291
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tmk_core/common/eeconfig.c

+ 1 - 1
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