1
0

Remove some unnecessary matrix externs (#25975)

This commit is contained in:
Joel Challis
2026-02-10 16:47:25 +00:00
committed by GitHub
parent 08a064c56d
commit 9aec0e2c9f
7 changed files with 3 additions and 35 deletions

View File

@@ -35,10 +35,6 @@
#define ROWS_PER_HAND (MATRIX_ROWS / 2)
/* matrix state(1:on, 0:off) */
extern matrix_row_t raw_matrix[MATRIX_ROWS]; // raw values
extern matrix_row_t matrix[MATRIX_ROWS]; // debounced values
// row offsets for each hand
static uint8_t thisHand, thatHand;