mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-07 17:02:46 +00:00
Update keyboards/sthlmkb/storre/matrix.c
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
f3a49bfa4e
commit
35752bf3b9
@ -26,7 +26,7 @@ static const uint8_t col_pins[MATRIX_MUX_COLS] = MATRIX_COL_MUX_PINS;
|
|||||||
static void init_pins(void) {
|
static void init_pins(void) {
|
||||||
// Set cols to outputs, low
|
// Set cols to outputs, low
|
||||||
for (uint8_t pin = 0; pin < MATRIX_MUX_COLS; pin++) {
|
for (uint8_t pin = 0; pin < MATRIX_MUX_COLS; pin++) {
|
||||||
setPinOutput(col_pins[pin]);
|
gpio_set_pin_output(col_pins[pin]);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Unselect cols
|
// Unselect cols
|
||||||
|
Loading…
Reference in New Issue
Block a user