From 3cbeb11da7202af6a738d7e3c21659268d235420 Mon Sep 17 00:00:00 2001 From: X-Bows Tech <41098278+XBowsTech@users.noreply.github.com> Date: Wed, 8 Dec 2021 03:04:00 +0800 Subject: [keyboard] Update lighting effects on XBows board (#15358) Co-authored-by: Ryan Co-authored-by: Shulin --- keyboards/xbows/nature/nature.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/xbows/nature/nature.c') diff --git a/keyboards/xbows/nature/nature.c b/keyboards/xbows/nature/nature.c index 80d695fecf..d4957003bd 100644 --- a/keyboards/xbows/nature/nature.c +++ b/keyboards/xbows/nature/nature.c @@ -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); } } -- cgit v1.2.3