Compare commits

..

No commits in common. "b83ed792a9c66d93740f7e9da428ce189fea491f" and "d4f18ebbd8c3020be1816f05f2060abb49df3c30" have entirely different histories.

2 changed files with 1 additions and 1 deletions

View file

@ -95,7 +95,7 @@ void rgb_matrix_indicators_user(void) {
} }
} }
if (host_keyboard_leds() & (1<<USB_LED_CAPS_LOCK)) { if (host_keyboard_leds() & (1<<USB_LED_CAPS_LOCK)) {
rgb_matrix_set_color(CAPS_LED, 0, 191, 255); rgb_matrix_set_color(CAPS_LED, 128, 255, 255);
} }
} }