diff options
Diffstat (limited to 'keyboards/xd60/xd60.c')
-rw-r--r-- | keyboards/xd60/xd60.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/xd60/xd60.c b/keyboards/xd60/xd60.c index 4307f5f593..c3b63e5eaf 100644 --- a/keyboards/xd60/xd60.c +++ b/keyboards/xd60/xd60.c @@ -1,5 +1,13 @@ #include "xd60.h" + +extern inline void xd60_caps_led_on(void); +extern inline void xd60_bl_led_on(void); + +extern inline void xd60_caps_led_off(void); +extern inline void xd60_bl_led_off(void); + + void led_set_kb(uint8_t usb_led) { // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here |