Move miscellaneous defines to data driven (#21382)
This commit is contained in:
@@ -23,8 +23,6 @@
|
||||
/** public parameter **/
|
||||
/*************************************/
|
||||
|
||||
#define MATRIX_IO_DELAY 15 // default 30
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
|
||||
|
||||
@@ -10,7 +10,8 @@
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2"],
|
||||
"rows": ["D4", "C6", "D7", "E6", "B4", "B5"]
|
||||
"rows": ["D4", "C6", "D7", "E6", "B4", "B5"],
|
||||
"io_delay": 15
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"split": {
|
||||
|
||||
Reference in New Issue
Block a user