summaryrefslogtreecommitdiff
path: root/keyboards/crkbd/keymaps
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-07-14 17:50:47 +0000
committerQMK Bot <hello@qmk.fm>2021-07-14 17:50:47 +0000
commite69c325a9ce84bc144dbc89978f800fc7560757d (patch)
treef9217934e99fe5c8280c086408346149608ca3f9 /keyboards/crkbd/keymaps
parent44d322623eb875f6eb2e0a317c76af2d47f7a9dc (diff)
parent99f637e82c0af1ed61ad24163b83799251f05f79 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/crkbd/keymaps')
-rw-r--r--keyboards/crkbd/keymaps/kidbrazil/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/crkbd/keymaps/kidbrazil/keymap.c b/keyboards/crkbd/keymaps/kidbrazil/keymap.c
index 3ef5998c07..952fb669bb 100644
--- a/keyboards/crkbd/keymaps/kidbrazil/keymap.c
+++ b/keyboards/crkbd/keymaps/kidbrazil/keymap.c
@@ -54,7 +54,7 @@ void keyboard_post_init_user(void) {
// Set RGB to known state
rgb_matrix_enable_noeeprom();
rgb_matrix_set_color_all(RGB_GREEN);
- rgblight_mode_noeeprom(RGBLIGHT_MODE_STATIC_LIGHT);
+ rgb_matrix_mode_noeeprom(RGB_MATRIX_SOLID_COLOR);
user_led_enabled = true;
}
// [Process User Input] ------------------------------------------------------//