mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-05 13:25:39 +00:00
Update keyboards/skyloong/gk75/q2/matrix.c
OK Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
746e46e0f3
commit
3fdf5a7201
@ -83,7 +83,7 @@ static bool select_col(uint8_t col) {
|
|||||||
|
|
||||||
static void unselect_col(uint8_t col) {
|
static void unselect_col(uint8_t col) {
|
||||||
uint8_t x = (MATRIX_COLS - 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++) {
|
for (uint8_t y = 0; y < x ; y++) {
|
||||||
clockPulse(CLOCK_TIME);
|
clockPulse(CLOCK_TIME);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user