mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-07-25 16:18:35 -04:00
b1de11c275
After executing `setPinInputHigh(pin)`, it is necessary to wait for the charging time to read from the corresponding pin. This is the same as requiring `matrix_output_unselect_delay()` after doing `unselect_row()` in matrix.c.