diff options
Diffstat (limited to 'tmk_core/common/matrix.h')
-rw-r--r-- | tmk_core/common/matrix.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tmk_core/common/matrix.h b/tmk_core/common/matrix.h index ec6f8cd43..85415df71 100644 --- a/tmk_core/common/matrix.h +++ b/tmk_core/common/matrix.h @@ -63,6 +63,10 @@ void matrix_print(void); void matrix_power_up(void); void matrix_power_down(void); +/* keyboard-specific setup/loop functionality */ +void * matrix_init_kb(void); +void * matrix_scan_kb(void); + #ifdef __cplusplus } #endif |