Remove UNUSED_PINS
(#17931)
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
*/
|
||||
#define MATRIX_ROW_PINS { F7, B1, B3, B2, B6 }
|
||||
#define MATRIX_COL_PINS { B5, B4, E6, D7, C6, D4, D0, D1, D2, F6, F5, F4 }
|
||||
#define UNUSED_PINS
|
||||
|
||||
/* COL2ROW, ROW2COL */
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
@@ -19,7 +19,6 @@
|
||||
#define PRODUCT Plaid-Pad Rev1
|
||||
#define DEVICE_VER 0x0001
|
||||
|
||||
#define UNUSED_PINS { B3, B4, B5, D4}
|
||||
|
||||
#define ENCODERS_PAD_A { D1, B2 }
|
||||
#define ENCODERS_PAD_B { D0, B1 }
|
||||
|
@@ -19,7 +19,6 @@
|
||||
#define PRODUCT Plaid-Pad Rev2
|
||||
#define DEVICE_VER 0x0002
|
||||
|
||||
#define UNUSED_PINS { }
|
||||
|
||||
#define ENCODERS_PAD_A { D1, B2, B4, D4 }
|
||||
#define ENCODERS_PAD_B { D0, B1, B3, B5 }
|
||||
|
@@ -19,7 +19,6 @@
|
||||
#define PRODUCT Plaid-Pad Rev3
|
||||
#define DEVICE_VER 0x0003
|
||||
|
||||
#define UNUSED_PINS { }
|
||||
|
||||
#define ENCODERS_PAD_A { D1, B2, B4, D4 }
|
||||
#define ENCODERS_PAD_B { D0, B1, B3, B5 }
|
||||
|
Reference in New Issue
Block a user