X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=keyboards%2Fpegasushoof%2Fpegasushoof.c;h=cde814812e5bb85883a3bf78a03d1e61ab87246f;hb=7d9070c51424f139b5c17a3b0874811403bad526;hp=6bb249aef4efd35e83a4a6ac6081b300d7256f4c;hpb=b49d7800aeae1009b39b2bff2121864425e73ce9;p=qmk_firmware.git diff --git a/keyboards/pegasushoof/pegasushoof.c b/keyboards/pegasushoof/pegasushoof.c index 6bb249aef..cde814812 100644 --- a/keyboards/pegasushoof/pegasushoof.c +++ b/keyboards/pegasushoof/pegasushoof.c @@ -17,6 +17,14 @@ along with this program. If not, see . #include "pegasushoof.h" + +extern inline void ph_caps_led_on(void); +extern inline void ph_caps_led_off(void); + +extern inline void ph_sclk_led_on(void); +extern inline void ph_sclk_led_off(void); + + __attribute__ ((weak)) void matrix_init_user(void) { };