mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-05 23:24:17 -04:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
e4e47525b3
1 changed files with 2 additions and 2 deletions
|
@ -195,8 +195,8 @@ bool rgb_matrix_indicators_user(void) {
|
|||
rgb_matrix_set_color(104, 0, 0, 0);
|
||||
|
||||
uint8_t red = host_keyboard_led_state().caps_lock ? 255 : 0;
|
||||
uint8_t green = host_keyboard_led_state().scroll_lock ? 255 : 0;
|
||||
uint8_t blue = keymap_config.no_gui ? 255 : 0;
|
||||
uint8_t blue = host_keyboard_led_state().scroll_lock ? 255 : 0;
|
||||
uint8_t green = keymap_config.no_gui ? 255 : 0;
|
||||
|
||||
|
||||
if ((rgb_matrix_get_flags() & LED_FLAG_KEYLIGHT)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue