diff options
Diffstat (limited to 'quantum/matrix.h')
| -rw-r--r-- | quantum/matrix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/matrix.h b/quantum/matrix.h index 3fe691aae..5c696622f 100644 --- a/quantum/matrix.h +++ b/quantum/matrix.h | |||
| @@ -56,7 +56,7 @@ matrix_row_t matrix_get_row(uint8_t row); | |||
| 56 | void matrix_print(void); | 56 | void matrix_print(void); |
| 57 | /* delay between changing matrix pin state and reading values */ | 57 | /* delay between changing matrix pin state and reading values */ |
| 58 | void matrix_output_select_delay(void); | 58 | void matrix_output_select_delay(void); |
| 59 | void matrix_output_unselect_delay(void); | 59 | void matrix_output_unselect_delay(uint8_t line, bool key_pressed); |
| 60 | /* only for backwards compatibility. delay between changing matrix pin state and reading values */ | 60 | /* only for backwards compatibility. delay between changing matrix pin state and reading values */ |
| 61 | void matrix_io_delay(void); | 61 | void matrix_io_delay(void); |
| 62 | 62 | ||
