Skip to content

Commit

Permalink
Fix removed LED function per qmk#19753
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackburn29 committed Aug 26, 2024
1 parent 054f194 commit 63d74b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void rgb_matrix_handle_effects() {
}

// Mimic stock functionality of blinking sidebars on caps lock
if (IS_HOST_LED_ON(USB_LED_CAPS_LOCK)) {
if (host_keyboard_led_state().caps_lock) {
if (is_blink_active(200)) {
rgb_matrix_set_color(LED_CAPS, RGB_RED);
rgb_matrix_set_sidebar_color(RGB_RED);
Expand Down

0 comments on commit 63d74b2

Please sign in to comment.