[keyboard] Update lighting effects on XBows board (#15358)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Shulin <mumu@x-bows.com>
This commit is contained in:
@@ -148,7 +148,7 @@ void suspend_wakeup_init_kb(void) {
|
||||
|
||||
__attribute__ ((weak)) void rgb_matrix_indicators_user(void) {
|
||||
if (host_keyboard_led_state().caps_lock) {
|
||||
rgb_matrix_set_color(45, 0xFF, 0x00, 0x00);
|
||||
rgb_matrix_set_color(45, 0xFF, 0xFF, 0xFF);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user