diff options
author | Manuel Barkhau <mb@nexttuesday.de> | 2016-03-28 21:36:02 +0000 |
---|---|---|
committer | Manuel Barkhau <mb@nexttuesday.de> | 2016-03-28 21:36:02 +0000 |
commit | 295036d4e3f11aa00392f3315f549b15fe66846f (patch) | |
tree | 5e9144a61c12d8e26e93fbb16a5a79605702c7a4 /quantum/template/template.h | |
parent | 32c7832609414d02c19b6ec312daabc8c741b266 (diff) | |
parent | 4a43c5684476611370820bd9592712754c211c52 (diff) |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'quantum/template/template.h')
-rw-r--r-- | quantum/template/template.h | 5 |
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 |