mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 04:41:28 +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
b201f2f104
commit
bab1e4e83c
@ -85,7 +85,7 @@ static void unselect_col(uint8_t col) {
|
||||
uint8_t x = (MATRIX_COLS - col);
|
||||
setPinOutput_writeHigh(HC595_DS_PIN);
|
||||
for (uint8_t y = 0; y < x ; y++) {
|
||||
clockPulse(ClOCK_TIME);
|
||||
clockPulse(CLOCK_TIME);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user