Remove usages of config_common.h from config.h files. (#19714)
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
|
@@ -17,7 +17,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* Uthol PCB default pin-out */
|
||||
#define MATRIX_ROW_PINS { D1, D0, D4, C6, D7 }
|
||||
|
@@ -17,7 +17,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* Uthol PCB default pin-out */
|
||||
#define MATRIX_ROW_PINS { B1, F7, F6, F5, F4 }
|
||||
|
@@ -17,7 +17,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* key matrix size */
|
||||
// A11 and A12 dont work. They are reserved for USB. B2 is reserved for BOOT1
|
||||
|
Reference in New Issue
Block a user