From 413d42ae1d660390ed11cf9b61b275aa78f62708 Mon Sep 17 00:00:00 2001 From: Sean Dwyer Date: Tue, 16 Jul 2019 01:31:18 -0700 Subject: [PATCH] Call led_set_user at the end of led_set_kb (#6265) --- keyboards/clueboard/2x1800/2019/2019.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/keyboards/clueboard/2x1800/2019/2019.c b/keyboards/clueboard/2x1800/2019/2019.c index a8f4984a3b..cc55d0410c 100644 --- a/keyboards/clueboard/2x1800/2019/2019.c +++ b/keyboards/clueboard/2x1800/2019/2019.c @@ -94,6 +94,8 @@ void led_set_kb(uint8_t usb_led) { } else { writePinLow(B6); } + + led_set_user(usb_led); } bool encoder_update_keymap(int8_t index, bool clockwise) {