diff options
| author | QMK Bot <hello@qmk.fm> | 2022-08-07 19:33:39 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2022-08-07 19:33:39 +0000 |
| commit | 67461a0a472fa1c9d589845f9cfe36c8d354e60c (patch) | |
| tree | 4150bce2b45276e12c41c7edba2d8c54c1e9c6c8 | |
| parent | 6e7678c415638d9e266462974a686c2e0dd4a503 (diff) | |
| parent | 5ecd745514c4832f1082a81d30a209e47513aded (diff) | |
Merge remote-tracking branch 'origin/master' into develop
| -rw-r--r-- | quantum/matrix_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/matrix_common.c b/quantum/matrix_common.c index 68f0e38297..f2b9d58937 100644 --- a/quantum/matrix_common.c +++ b/quantum/matrix_common.c | |||
| @@ -122,7 +122,7 @@ bool matrix_post_scan(void) { | |||
| 122 | } | 122 | } |
| 123 | #endif | 123 | #endif |
| 124 | 124 | ||
| 125 | /* `matrix_io_delay ()` exists for backwards compatibility. From now on, use matrix_output_unselect_delay(). */ | 125 | /* `matrix_io_delay ()` exists for backwards compatibility. From now on, use matrix_output_unselect_delay(). */ |
| 126 | __attribute__((weak)) void matrix_io_delay(void) { | 126 | __attribute__((weak)) void matrix_io_delay(void) { |
| 127 | wait_us(MATRIX_IO_DELAY); | 127 | wait_us(MATRIX_IO_DELAY); |
| 128 | } | 128 | } |
