Merge remote-tracking branch 'origin/master' into develop
commit
67461a0a47
|
@ -122,7 +122,7 @@ bool matrix_post_scan(void) {
|
||||||
}
|
}
|
||||||
#endif
|
#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) {
|
__attribute__((weak)) void matrix_io_delay(void) {
|
||||||
wait_us(MATRIX_IO_DELAY);
|
wait_us(MATRIX_IO_DELAY);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue