mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 03:19:24 +00:00
Update keyboards/sthlmkb/storre/matrix.c
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
94cb0f5d52
commit
7f24d37bd0
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user