summaryrefslogtreecommitdiff
path: root/keyboards/xbows/nature/nature.c
diff options
context:
space:
mode:
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);
}
}