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:17:36 +08:00 committed by GitHub
parent b201f2f104
commit bab1e4e83c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,7 +85,7 @@ static void unselect_col(uint8_t col) {
uint8_t x = (MATRIX_COLS - col); uint8_t x = (MATRIX_COLS - col);
setPinOutput_writeHigh(HC595_DS_PIN); setPinOutput_writeHigh(HC595_DS_PIN);
for (uint8_t y = 0; y < x ; y++) { for (uint8_t y = 0; y < x ; y++) {
clockPulse(ClOCK_TIME); clockPulse(CLOCK_TIME);
} }
} }