diff options
Diffstat (limited to 'keyboards/xd004/xd004.c')
-rw-r--r-- | keyboards/xd004/xd004.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/xd004/xd004.c b/keyboards/xd004/xd004.c deleted file mode 100644 index 37a1dca144..0000000000 --- a/keyboards/xd004/xd004.c +++ /dev/null @@ -1,7 +0,0 @@ -#include "xd004.h" - -void led_set_kb(uint8_t usb_led) { - // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here - - led_set_user(usb_led); -} |