Browse Source

fixed caps lock led code

pull/17491/head
chent7 1 year ago
parent
commit
eecc42077c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/fancytech/fancyalice66/fancyalice66.c

+ 1
- 1
keyboards/fancytech/fancyalice66/fancyalice66.c View File

@ -54,7 +54,7 @@ void rgb_matrix_indicators_user(void)
{
if (host_keyboard_led_state().caps_lock)
{
rgb_matrix_set_color(30, 0xFF, 0xFF, 0xFF);
rgb_matrix_set_color(43, 0xFF, 0xFF, 0xFF);
}
}


Loading…
Cancel
Save