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:58 +08:00 committed by GitHub
parent 3fdf5a7201
commit 68fc01d9c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,9 +90,9 @@ static void unselect_col(uint8_t col) {
}
static void unselect_cols(void) {
setPinOutput_writeLow(HC595_SH_PIN);
setPinOutput_writeLow(HC595_ST_PIN);
setPinOutput_writeHigh(HC595_DS_PIN);
gpio_atomic_set_pin_output_low(HC595_SH_PIN);
gpio_atomic_set_pin_output_low(HC595_ST_PIN);
gpio_atomic_set_pin_output_high(HC595_DS_PIN);
for (uint8_t x = 0; x < MATRIX_COLS; x++) {
clockPulse(CLOCK_TIME);
}