summaryrefslogtreecommitdiffstats
path: root/keyboards/claw44/rev1/rev1.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/claw44/rev1/rev1.c')
-rw-r--r--keyboards/claw44/rev1/rev1.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/claw44/rev1/rev1.c b/keyboards/claw44/rev1/rev1.c
new file mode 100644
index 000000000..9529636f5
--- /dev/null
+++ b/keyboards/claw44/rev1/rev1.c
@@ -0,0 +1,8 @@
+#include "claw44.h"
+
+#ifdef SSD1306OLED
+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);
+}
+#endif