diff options
Diffstat (limited to 'quantum/template/template.h')
-rw-r--r-- | quantum/template/template.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/quantum/template/template.h b/quantum/template/template.h index b8e7a0456..cd78a54e3 100644 --- a/quantum/template/template.h +++ b/quantum/template/template.h | |||
@@ -1,13 +1,7 @@ | |||
1 | #ifndef %KEYBOARD_UPPERCASE%_H | 1 | #ifndef %KEYBOARD_UPPERCASE%_H |
2 | #define %KEYBOARD_UPPERCASE%_H | 2 | #define %KEYBOARD_UPPERCASE%_H |
3 | 3 | ||
4 | #include "matrix.h" | 4 | #include "quantum.h" |
5 | #include "keymap.h" | ||
6 | #ifdef BACKLIGHT_ENABLE | ||
7 | #include "backlight.h" | ||
8 | #endif | ||
9 | #include <avr/io.h> | ||
10 | #include <stddef.h> | ||
11 | 5 | ||
12 | // This a shortcut to help you visually see your layout. | 6 | // This a shortcut to help you visually see your layout. |
13 | // The following is an example using the Planck MIT layout | 7 | // The following is an example using the Planck MIT layout |
@@ -22,9 +16,4 @@ | |||
22 | { k10, KC_NO, k11 }, \ | 16 | { k10, KC_NO, k11 }, \ |
23 | } | 17 | } |
24 | 18 | ||
25 | void matrix_init_user(void); | ||
26 | void matrix_scan_user(void); | ||
27 | bool process_action_user(keyrecord_t *record); | ||
28 | void led_set_user(uint8_t usb_led); | ||
29 | |||
30 | #endif | 19 | #endif |