Skip to content

Commit

Permalink
enable eeprom for rgb matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed May 8, 2018
1 parent c6ea96a commit e7d4bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmk_core/common/eeconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7d4bc5

Please sign in to comment.