summaryrefslogtreecommitdiff
path: root/keyboards/pegasushoof/pegasushoof.c
diff options
context:
space:
mode:
authorStick2017-06-22 13:06:30 -0500
committerStick2017-06-22 13:06:30 -0500
commitfa96d64f3761e6cd0661c63a3fc257b58c669be0 (patch)
tree85a7b88c4b1f3898c606af013a478db39dc392b5 /keyboards/pegasushoof/pegasushoof.c
parent4b50ab029d49830cf0efd0e5e0606cb39c8dabae (diff)
parent2b98ec67f3c2e0e408275ea6b2c90be2dbeada23 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'keyboards/pegasushoof/pegasushoof.c')
-rw-r--r--keyboards/pegasushoof/pegasushoof.c8
1 files changed, 8 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
#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) {
};