Update keyboards/sthlmkb/storre/matrix.c

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

View File

@ -36,7 +36,7 @@ static void init_pins(void) {
// Set rows to input, pullup
for (uint8_t pin = 0; pin < MATRIX_ROWS; pin++) {
setPinInputHigh(row_pins[pin]);
gpio_set_pin_input_high(row_pins[pin]);
}
}