summaryrefslogtreecommitdiff
path: root/quantum/template/template.h
diff options
context:
space:
mode:
authorStephan Bösebeck <sb@caluga.de>2016-03-28 22:29:18 +0200
committerStephan Bösebeck <sb@caluga.de>2016-03-28 22:29:18 +0200
commit37e68596ddefcaa9ac0289a8e17672804e475327 (patch)
treea7d9016e1dbbdd11cefa6a963d86e00595b2c71a /quantum/template/template.h
parent94e96456b87c28299b426e8d0f047033f6d93d42 (diff)
parent4a43c5684476611370820bd9592712754c211c52 (diff)
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'quantum/template/template.h')
-rw-r--r--quantum/template/template.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/quantum/template/template.h b/quantum/template/template.h
index ba91abac3e..b1c34d3cbe 100644
--- a/quantum/template/template.h
+++ b/quantum/template/template.h
@@ -17,10 +17,11 @@
{ \
{ k00, k01, k02 }, \
{ k10, KC_NO, k11 }, \
-}
+}
void matrix_init_user(void);
void matrix_scan_user(void);
+void process_action_user(keyrecord_t *record);
void led_set_user(uint8_t usb_led);
-#endif \ No newline at end of file
+#endif