Compilation fixes for -fno-common (#25436)

This commit is contained in:
Joel Challis
2025-07-07 16:15:50 +01:00
committed by GitHub
parent d9f2d8d241
commit 7827f9fbe3
18 changed files with 25 additions and 19 deletions

View File

@@ -40,7 +40,7 @@ extern matrix_row_t raw_matrix[MATRIX_ROWS]; // raw values
extern matrix_row_t matrix[MATRIX_ROWS]; // debounced values
// row offsets for each hand
uint8_t thisHand, thatHand;
static uint8_t thisHand, thatHand;
// user-defined overridable functions
__attribute__((weak)) void matrix_slave_scan_user(void) {}