aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/xd004/xd004.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/xd004/xd004.c')
-rw-r--r--keyboards/xd004/xd004.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/xd004/xd004.c b/keyboards/xd004/xd004.c
new file mode 100644
index 000000000..37a1dca14
--- /dev/null
+++ b/keyboards/xd004/xd004.c
@@ -0,0 +1,7 @@
+#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);
+}