diff options
Diffstat (limited to 'quantum/template/template.h')
| -rw-r--r-- | quantum/template/template.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/quantum/template/template.h b/quantum/template/template.h index ed17ca001..ba91abac3 100644 --- a/quantum/template/template.h +++ b/quantum/template/template.h | |||
| @@ -19,8 +19,8 @@ | |||
| 19 | { k10, KC_NO, k11 }, \ | 19 | { k10, KC_NO, k11 }, \ |
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | void * matrix_init_user(void); | 22 | void matrix_init_user(void); |
| 23 | void * matrix_scan_user(void); | 23 | void matrix_scan_user(void); |
| 24 | void * led_set_user(uint8_t usb_led); | 24 | void led_set_user(uint8_t usb_led); |
| 25 | 25 | ||
| 26 | #endif \ No newline at end of file | 26 | #endif \ No newline at end of file |
