aboutsummaryrefslogtreecommitdiffstats
path: root/src/hid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hid.c')
-rw-r--r--src/hid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hid.c b/src/hid.c
index 32b5844..35287db 100644
--- a/src/hid.c
+++ b/src/hid.c
@@ -515,9 +515,9 @@ void
tud_hid_set_protocol_cb(uint8_t instance, uint8_t protocol)
{
if (protocol == HID_PROTOCOL_BOOT) {
- led_rgb = WS2812_U32RGB(100, 100, 0);
+ led_rgb = SOFT_YELLOW;
} else {
- led_rgb = WS2812_U32RGB(100, 0, 100);
+ led_rgb = SOFT_PURPLE;
}
led_mode = LED_ON;
led_reset = true;