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

OK

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
JIKEDINGZHI 2024-10-09 15:07:41 +08:00 committed by GitHub
parent 746e46e0f3
commit 3fdf5a7201
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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