Move miscellaneous defines to data driven (#21382)

This commit is contained in:
Ryan
2023-07-02 22:40:13 +01:00
committed by GitHub
parent 9ab16e62f7
commit 023035f462
69 changed files with 103 additions and 236 deletions
-2
View File
@@ -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
+2 -1
View File
@@ -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": {