Update keyboards/skyloong/gk980/q1/matrix.c

OK, thank you.

Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
JIKEDINGZHI 2024-10-18 08:47:05 +08:00 committed by GitHub
parent 48cbe5c97c
commit e4c7eddcd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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; bool key_pressed = false;
// Select col // Select col