Migrate some dip switch config to info.json (#22437)
This commit is contained in:
parent
3a5e4253fc
commit
a0a6820c1b
42 changed files with 72 additions and 90 deletions
|
@ -37,6 +37,9 @@
|
|||
"io_delay": 5
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"dip_switch": {
|
||||
"pins": ["A14", "B13"]
|
||||
},
|
||||
"eeprom": {
|
||||
"wear_leveling": {
|
||||
"backing_size": 4096
|
||||
|
@ -50,6 +53,11 @@
|
|||
]
|
||||
},
|
||||
"split": {
|
||||
"dip_switch": {
|
||||
"right": {
|
||||
"pins": ["A14", "B0"]
|
||||
}
|
||||
},
|
||||
"soft_serial_pin": "A9",
|
||||
"encoder": {
|
||||
"right": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue