X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fpegasushoof%2Fpegasushoof.c;h=cde814812e5bb85883a3bf78a03d1e61ab87246f;hb=4c1164c469a103981478222b21ef5ffaa364448d;hp=6bb249aef4efd35e83a4a6ac6081b300d7256f4c;hpb=af119baf710c0b19cfe3351e3f3e89ddeeaacdf6;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) { };