Update keyboards/skyloong/gk75/q2/matrix.c

OK,Thank you.

Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
JIKEDINGZHI 2024-08-10 08:18:03 +08:00 committed by GitHub
parent bab1e4e83c
commit 70cdae46d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -94,7 +94,7 @@ static void unselect_cols(void) {
setPinOutput_writeLow(HC595_ST_PIN);
setPinOutput_writeHigh(HC595_DS_PIN);
for (uint8_t x = 0; x < MATRIX_COLS; x++) {
clockPulse(ClOCK_TIME);
clockPulse(CLOCK_TIME);
}
}