diff options
Diffstat (limited to 'tmk_core')
| -rw-r--r-- | tmk_core/common/matrix.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/common/matrix.h b/tmk_core/common/matrix.h index 85415df71..0b013fc98 100644 --- a/tmk_core/common/matrix.h +++ b/tmk_core/common/matrix.h | |||
| @@ -64,8 +64,8 @@ void matrix_power_up(void); | |||
| 64 | void matrix_power_down(void); | 64 | void matrix_power_down(void); |
| 65 | 65 | ||
| 66 | /* keyboard-specific setup/loop functionality */ | 66 | /* keyboard-specific setup/loop functionality */ |
| 67 | void * matrix_init_kb(void); | 67 | void matrix_init_kb(void); |
| 68 | void * matrix_scan_kb(void); | 68 | void matrix_scan_kb(void); |
| 69 | 69 | ||
| 70 | #ifdef __cplusplus | 70 | #ifdef __cplusplus |
| 71 | } | 71 | } |
