X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fgh60%2Fgh60.c;h=441c799fa378918085f65987e7a784fa2a607295;hb=efbc4d2295f1a68b5d07bc706220e993fffb40f4;hp=f5a158e12f99bd1e2a6d306e232e3d145057f8f8;hpb=704794bae3bf96541b0362ea38b84706d5ee6958;p=qmk_firmware.git diff --git a/keyboards/gh60/gh60.c b/keyboards/gh60/gh60.c index f5a158e12..441c799fa 100644 --- a/keyboards/gh60/gh60.c +++ b/keyboards/gh60/gh60.c @@ -1,25 +1,39 @@ #include "gh60.h" + +extern inline void gh60_caps_led_on(void); +extern inline void gh60_poker_leds_on(void); +extern inline void gh60_fn_led_on(void); +extern inline void gh60_esc_led_on(void); +extern inline void gh60_wasd_leds_on(void); + +extern inline void gh60_caps_led_off(void); +extern inline void gh60_poker_leds_off(void); +extern inline void gh60_fn_led_off(void); +extern inline void gh60_esc_led_off(void); +extern inline void gh60_wasd_leds_off(void); + + void led_set_kb(uint8_t usb_led) { // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here - + if (usb_led & (1<