diff options
Diffstat (limited to 'quantum/split_common/matrix.c')
-rw-r--r-- | quantum/split_common/matrix.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/quantum/split_common/matrix.c b/quantum/split_common/matrix.c index 313f7830b..7176d0cc4 100644 --- a/quantum/split_common/matrix.c +++ b/quantum/split_common/matrix.c | |||
@@ -246,9 +246,7 @@ static bool read_rows_on_col(matrix_row_t current_matrix[], uint8_t current_col) | |||
246 | #endif | 246 | #endif |
247 | 247 | ||
248 | void matrix_init(void) { | 248 | void matrix_init(void) { |
249 | debug_enable = true; | 249 | keyboard_split_setup(); |
250 | debug_matrix = true; | ||
251 | debug_mouse = true; | ||
252 | 250 | ||
253 | // Set pinout for right half if pinout for that half is defined | 251 | // Set pinout for right half if pinout for that half is defined |
254 | if (!isLeftHand) { | 252 | if (!isLeftHand) { |