aboutsummaryrefslogtreecommitdiff
path: root/tmk_core
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core')
-rw-r--r--tmk_core/common/matrix.h4
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);
64void matrix_power_down(void); 64void matrix_power_down(void);
65 65
66/* keyboard-specific setup/loop functionality */ 66/* keyboard-specific setup/loop functionality */
67void * matrix_init_kb(void); 67void matrix_init_kb(void);
68void * matrix_scan_kb(void); 68void matrix_scan_kb(void);
69 69
70#ifdef __cplusplus 70#ifdef __cplusplus
71} 71}