Change caps lock indicator color to a nice light blue that compliments orange nicely
This commit is contained in:
parent
d4f18ebbd8
commit
5a67a5958d
|
@ -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, 128, 255, 255);
|
rgb_matrix_set_color(CAPS_LED, 0, 191, 255);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue