Update keyboards/sthlmkb/storre/matrix.c

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
Moses Hoyt 2024-05-06 09:11:04 +02:00 committed by GitHub
parent a02afe1325
commit e893ffc4e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ static void init_pins(void) {
// Unselect cols
for (uint8_t bit = 0; bit < MATRIX_MUX_COLS; bit++) {
writePinLow(col_pins[bit]);
gpio_write_pin_low(col_pins[bit]);
}
// Set rows to input, pullup