Migrate DIRECT_PINS
to data driven (#19826)
This commit is contained in:
@@ -15,18 +15,6 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 3
|
||||
#define MATRIX_COLS 3
|
||||
|
||||
/* Keyboard Matrix Assignments */
|
||||
#define DIRECT_PINS { \
|
||||
{ F4, F5, F6 }, \
|
||||
{ F7, B1, B3 }, \
|
||||
{ B2, B6, B5 } \
|
||||
}
|
||||
|
||||
/* Rotary Encoder Assignments */
|
||||
#define ENCODERS_PAD_A { C6, E6 }
|
||||
#define ENCODERS_PAD_B { D7, B4 }
|
||||
|
Reference in New Issue
Block a user