aboutsummaryrefslogtreecommitdiff
path: root/keyboards/crkbd
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-07-15 03:50:09 +1000
committerGitHub <noreply@github.com>2021-07-15 03:50:09 +1000
commit99f637e82c0af1ed61ad24163b83799251f05f79 (patch)
tree7f47dad35b84057fd9991f03994fb8ab055d97a2 /keyboards/crkbd
parentffdfe3798bc7bd374991abe8f10494f2e73aedd5 (diff)
downloadqmk_firmware-99f637e82c0af1ed61ad24163b83799251f05f79.tar.gz
qmk_firmware-99f637e82c0af1ed61ad24163b83799251f05f79.zip
Fix some RGB Matrix-enabled keymaps referring to RGBLight mode (#13509)
Diffstat (limited to 'keyboards/crkbd')
-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 3ef5998c0..952fb669b 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) {
54 // Set RGB to known state 54 // Set RGB to known state
55 rgb_matrix_enable_noeeprom(); 55 rgb_matrix_enable_noeeprom();
56 rgb_matrix_set_color_all(RGB_GREEN); 56 rgb_matrix_set_color_all(RGB_GREEN);
57 rgblight_mode_noeeprom(RGBLIGHT_MODE_STATIC_LIGHT); 57 rgb_matrix_mode_noeeprom(RGB_MATRIX_SOLID_COLOR);
58 user_led_enabled = true; 58 user_led_enabled = true;
59} 59}
60// [Process User Input] ------------------------------------------------------// 60// [Process User Input] ------------------------------------------------------//