mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-18 13:42:00 +00:00
Update keyboards/skyloong/gk980/q1/matrix.c
OK, I see. Thank you. Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
parent
06665516cd
commit
1f187a0eb0
@ -12,9 +12,6 @@
|
||||
pin_t row_pins[MATRIX_ROWS] = MATRIX_ROW_PINS;
|
||||
pin_t col_pins[MATRIX_COLS] = MATRIX_COL_PINS;
|
||||
|
||||
// user-defined overridable functions
|
||||
__attribute__((weak)) void matrix_read_rows_on_col(matrix_row_t current_matrix[], uint8_t current_col, matrix_row_t row_shifter);
|
||||
|
||||
static inline void select_delay(uint16_t n) {
|
||||
while (n-- > 0) {
|
||||
asm volatile("nop" ::: "memory");
|
||||
|
Loading…
Reference in New Issue
Block a user