diff options
| author | QMK Bot <hello@qmk.fm> | 2021-07-14 17:50:47 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2021-07-14 17:50:47 +0000 |
| commit | e69c325a9ce84bc144dbc89978f800fc7560757d (patch) | |
| tree | f9217934e99fe5c8280c086408346149608ca3f9 /keyboards/crkbd | |
| parent | 44d322623eb875f6eb2e0a317c76af2d47f7a9dc (diff) | |
| parent | 99f637e82c0af1ed61ad24163b83799251f05f79 (diff) | |
| download | qmk_firmware-e69c325a9ce84bc144dbc89978f800fc7560757d.tar.gz qmk_firmware-e69c325a9ce84bc144dbc89978f800fc7560757d.zip | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/crkbd')
| -rw-r--r-- | keyboards/crkbd/keymaps/kidbrazil/keymap.c | 2 |
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] ------------------------------------------------------// |
