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

View File

@ -75,7 +75,7 @@ static bool select_col(uint8_t col) {
}else{
gpio_write_pin_high(HC595_DS_PIN);
}
clockPulse(ClOCK_TIME);
clockPulse(CLOCK_TIME);
}
return true;