X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fgh60%2Fgh60.c;h=441c799fa378918085f65987e7a784fa2a607295;hb=670a9b7f83dacf2b0e9fb42756935a77598c6677;hp=f5a158e12f99bd1e2a6d306e232e3d145057f8f8;hpb=5520b0022fc6cd3dff805eb31ed4bb7e4385ee2a;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<