X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fxd60%2Fxd60.c;h=c3b63e5eafdbb2948805db8d3af6477c3f55ae21;hb=32116f1a4580e36c92870ca800cf3cc9106c35dd;hp=4307f5f5931960b310a7d1d7db72f29fa2441929;hpb=5834d4b262180f6ef4755bca6001c30d7a945a39;p=qmk_firmware.git diff --git a/keyboards/xd60/xd60.c b/keyboards/xd60/xd60.c index 4307f5f59..c3b63e5ea 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