Remove usages of config_common.h from config.h files. (#19714)
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
#define MATRIX_ROWS 4 // Rows are doubled-up
|
||||
#define MATRIX_COLS 12
|
||||
|
@@ -15,7 +15,6 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
#define MATRIX_ROW_PINS \
|
||||
{ A6, A7, B0, B10 }
|
||||
|
Reference in New Issue
Block a user