Update keyboards/sthlmkb/storre/matrix.c

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
Moses Hoyt 2024-08-25 19:13:47 +02:00 committed by GitHub
parent 94cb0f5d52
commit 7f24d37bd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,7 +59,7 @@ static bool read_rows_on_col(matrix_row_t current_matrix[], uint8_t current_col)
{
matrix_row_t last_row_value = current_matrix[row_index];
if (!readPin(row_pins[row_index]))
if (!gpio_read_pin(row_pins[row_index]))
{
current_matrix[row_index] |= (COL_SHIFTER << current_col);
}