mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-05-31 21:43:19 +00:00
Update keyboards/skyloong/gk75/q2/matrix.c
OK,Thank you. Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
parent
bab1e4e83c
commit
70cdae46d2
@ -94,7 +94,7 @@ static void unselect_cols(void) {
|
|||||||
setPinOutput_writeLow(HC595_ST_PIN);
|
setPinOutput_writeLow(HC595_ST_PIN);
|
||||||
setPinOutput_writeHigh(HC595_DS_PIN);
|
setPinOutput_writeHigh(HC595_DS_PIN);
|
||||||
for (uint8_t x = 0; x < MATRIX_COLS; x++) {
|
for (uint8_t x = 0; x < MATRIX_COLS; x++) {
|
||||||
clockPulse(ClOCK_TIME);
|
clockPulse(CLOCK_TIME);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user