diff options
Diffstat (limited to 'keyboards/xiudi/xd004/xd004.c')
-rw-r--r-- | keyboards/xiudi/xd004/xd004.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/xiudi/xd004/xd004.c b/keyboards/xiudi/xd004/xd004.c index 37a1dca14..7f0b4e52c 100644 --- a/keyboards/xiudi/xd004/xd004.c +++ b/keyboards/xiudi/xd004/xd004.c | |||
@@ -1,7 +1 @@ | |||
1 | #include "xd004.h" | #include "xd004.h" | |
2 | |||
3 | void led_set_kb(uint8_t usb_led) { | ||
4 | // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here | ||
5 | |||
6 | led_set_user(usb_led); | ||
7 | } | ||