Change caps lock indicator color to a nice light blue that compliments orange nicely

This commit is contained in:
KemoNine 2020-09-14 18:17:03 -04:00
parent d4f18ebbd8
commit 5a67a5958d

View file

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