Browse Source

Merge remote-tracking branch 'origin/master' into develop

pull/17685/merge
QMK Bot 1 year ago
parent
commit
67461a0a47
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      quantum/matrix_common.c

+ 1
- 1
quantum/matrix_common.c View File

@ -122,7 +122,7 @@ bool matrix_post_scan(void) {
}
#endif
/* `matrix_io_delay ()` exists for backwards compatibility. From now on, use matrix_output_unselect_delay(). */
/* `matrix_io_delay ()` exists for backwards compatibility. From now on, use matrix_output_unselect_delay(). */
__attribute__((weak)) void matrix_io_delay(void) {
wait_us(MATRIX_IO_DELAY);
}


Loading…
Cancel
Save