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

@@ -17,9 +17,6 @@
#include "ec_switch_matrix.h"
#include "matrix.h"
extern matrix_row_t raw_matrix[MATRIX_ROWS]; // raw values
extern matrix_row_t matrix[MATRIX_ROWS]; // debounced values
// Custom matrix init function
void matrix_init_custom(void) {
// Initialize EC

View File

@@ -17,9 +17,6 @@
#include "ec_switch_matrix.h"
#include "matrix.h"
extern matrix_row_t raw_matrix[MATRIX_ROWS]; // raw values
extern matrix_row_t matrix[MATRIX_ROWS]; // debounced values
// Custom matrix init function
void matrix_init_custom(void) {
// Initialize EC

View File

@@ -17,9 +17,6 @@
#include "ec_switch_matrix.h"
#include "matrix.h"
extern matrix_row_t raw_matrix[MATRIX_ROWS]; // raw values
extern matrix_row_t matrix[MATRIX_ROWS]; // debounced values
// Custom matrix init function
void matrix_init_custom(void) {
// Initialize EC