Explorar el Código

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

QMK Bot hace 2 años
padre
commit
67461a0a47
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      quantum/matrix_common.c

+ 1 - 1
quantum/matrix_common.c

@@ -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);
 }