aboutsummaryrefslogtreecommitdiff
path: root/keyboards/playkbtw/ca66/ca66.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/playkbtw/ca66/ca66.c')
-rw-r--r--keyboards/playkbtw/ca66/ca66.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/keyboards/playkbtw/ca66/ca66.c b/keyboards/playkbtw/ca66/ca66.c
index 43a648eca..91f4826f9 100644
--- a/keyboards/playkbtw/ca66/ca66.c
+++ b/keyboards/playkbtw/ca66/ca66.c
@@ -1,12 +1 @@
1#include "ca66.h" #include "ca66.h"
2
3void led_set_kb(uint8_t usb_led) {
4 // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here
5 if (IS_LED_ON(usb_led, USB_LED_CAPS_LOCK)) {
6 writePinHigh(D1);
7 } else {
8 writePinLow(D1);
9 }
10
11 led_set_user(usb_led);
12}