mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-05 05:15:38 +00:00
Update keyboards/skyloong/gk75/q2/matrix.c
OK Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
3fdf5a7201
commit
68fc01d9c3
@ -90,9 +90,9 @@ static void unselect_col(uint8_t col) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void unselect_cols(void) {
|
static void unselect_cols(void) {
|
||||||
setPinOutput_writeLow(HC595_SH_PIN);
|
gpio_atomic_set_pin_output_low(HC595_SH_PIN);
|
||||||
setPinOutput_writeLow(HC595_ST_PIN);
|
gpio_atomic_set_pin_output_low(HC595_ST_PIN);
|
||||||
setPinOutput_writeHigh(HC595_DS_PIN);
|
gpio_atomic_set_pin_output_high(HC595_DS_PIN);
|
||||||
for (uint8_t x = 0; x < MATRIX_COLS; x++) {
|
for (uint8_t x = 0; x < MATRIX_COLS; x++) {
|
||||||
clockPulse(CLOCK_TIME);
|
clockPulse(CLOCK_TIME);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user