summaryrefslogtreecommitdiff
path: root/keyboards/xbows/nature/nature.c
diff options
context:
space:
mode:
authorX-Bows Tech <41098278+XBowsTech@users.noreply.github.com>2021-12-08 03:04:00 +0800
committerGitHub <noreply@github.com>2021-12-07 11:04:00 -0800
commit3cbeb11da7202af6a738d7e3c21659268d235420 (patch)
tree5b0d725fc4ab35bfb9a1a48f051ebabd788f32ff /keyboards/xbows/nature/nature.c
parent28e92536d46298229593c12406b503bf3bcbbede (diff)
[keyboard] Update lighting effects on XBows board (#15358)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Shulin <mumu@x-bows.com>
Diffstat (limited to 'keyboards/xbows/nature/nature.c')
-rw-r--r--keyboards/xbows/nature/nature.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}