diff options
Diffstat (limited to 'keyboards/claw44/rev1/rev1.c')
| -rw-r--r-- | keyboards/claw44/rev1/rev1.c | 8 |
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 @@ | |||
| 1 | #include "claw44.h" | ||
| 2 | |||
| 3 | #ifdef SSD1306OLED | ||
| 4 | void led_set_kb(uint8_t usb_led) { | ||
| 5 | // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here | ||
| 6 | //led_set_user(usb_led); | ||
| 7 | } | ||
| 8 | #endif | ||
