aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/ergodox_ez/keymaps/default/keymap.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/ergodox_ez/keymaps/default/keymap.c b/keyboards/ergodox_ez/keymaps/default/keymap.c
index d2976812f..3c15b8a44 100644
--- a/keyboards/ergodox_ez/keymaps/default/keymap.c
+++ b/keyboards/ergodox_ez/keymaps/default/keymap.c
@@ -194,7 +194,9 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
194 194
195// Runs just one time when the keyboard initializes. 195// Runs just one time when the keyboard initializes.
196void matrix_init_user(void) { 196void matrix_init_user(void) {
197 197#ifdef RGBLIGHT_COLOR_LAYER_0
198 rgblight_setrgb(RGBLIGHT_COLOR_LAYER_0);
199#endif
198}; 200};
199 201
200// Runs constantly in the background, in a loop. 202// Runs constantly in the background, in a loop.