diff options
Diffstat (limited to 'tmk_core/common/matrix.h')
-rw-r--r-- | tmk_core/common/matrix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmk_core/common/matrix.h b/tmk_core/common/matrix.h index a2fedf5ff..78506059e 100644 --- a/tmk_core/common/matrix.h +++ b/tmk_core/common/matrix.h | |||
@@ -66,6 +66,8 @@ bool matrix_is_on(uint8_t row, uint8_t col); | |||
66 | matrix_row_t matrix_get_row(uint8_t row); | 66 | matrix_row_t matrix_get_row(uint8_t row); |
67 | /* print matrix for debug */ | 67 | /* print matrix for debug */ |
68 | void matrix_print(void); | 68 | void matrix_print(void); |
69 | /* delay between changing matrix pin state and reading values */ | ||
70 | void matrix_io_delay(void); | ||
69 | 71 | ||
70 | /* power control */ | 72 | /* power control */ |
71 | void matrix_power_up(void); | 73 | void matrix_power_up(void); |