aboutsummaryrefslogtreecommitdiff
path: root/keyboards/jd40/jd40.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/jd40/jd40.c')
-rw-r--r--keyboards/jd40/jd40.c25
1 files changed, 0 insertions, 25 deletions
diff --git a/keyboards/jd40/jd40.c b/keyboards/jd40/jd40.c
index fa06356d9..1b68ddd4f 100644
--- a/keyboards/jd40/jd40.c
+++ b/keyboards/jd40/jd40.c
@@ -1,26 +1 @@
1#include "jd40.h" #include "jd40.h"
2
3void led_set_kb(uint8_t usb_led) {
4 // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here
5
6
7 // if (usb_led & (1<<USB_LED_CAPS_LOCK)) {
8 // gh60_caps_led_on();
9 // } else {
10 // gh60_caps_led_off();
11 // }
12
13 // if (usb_led & (1<<USB_LED_NUM_LOCK)) {
14 // gh60_esc_led_on();
15 // } else {
16 // gh60_esc_led_off();
17 // }
18
19 // if (usb_led & (1<<USB_LED_SCROLL_LOCK)) {
20 // gh60_fn_led_on();
21 // } else {
22 // gh60_fn_led_off();
23 // }
24
25 led_set_user(usb_led);
26}