mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-19 22:22:03 +00:00
Update keyboards/skyloong/gk980/q1/matrix.c
OK, thank you. Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
parent
48cbe5c97c
commit
e4c7eddcd8
@ -99,7 +99,7 @@ __attribute__((weak)) void matrix_init_pins(void) {
|
||||
}
|
||||
}
|
||||
|
||||
__attribute__((weak)) void matrix_read_rows_on_col(matrix_row_t current_matrix[], uint8_t current_col, matrix_row_t row_shifter) {
|
||||
void matrix_read_rows_on_col(matrix_row_t current_matrix[], uint8_t current_col, matrix_row_t row_shifter) {
|
||||
bool key_pressed = false;
|
||||
|
||||
// Select col
|
||||
|
Loading…
Reference in New Issue
Block a user