mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 13:12:08 +00:00
Replace mistakenly removed DIP switch configuration
This commit is contained in:
parent
93480f2f14
commit
78ab549acb
@ -7,6 +7,14 @@
|
|||||||
},
|
},
|
||||||
"development_board": "promicro",
|
"development_board": "promicro",
|
||||||
"diode_direction": "COL2ROW",
|
"diode_direction": "COL2ROW",
|
||||||
|
"dip_switch": {
|
||||||
|
"matrix_grid": [
|
||||||
|
[0, 6],
|
||||||
|
[1, 6],
|
||||||
|
[5, 6],
|
||||||
|
[6, 6]
|
||||||
|
]
|
||||||
|
},
|
||||||
"encoder": {
|
"encoder": {
|
||||||
"rotary": [
|
"rotary": [
|
||||||
{"pin_a": "B6", "pin_b": "B5"}
|
{"pin_a": "B6", "pin_b": "B5"}
|
||||||
@ -14,6 +22,7 @@
|
|||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"bootmagic": true,
|
"bootmagic": true,
|
||||||
|
"dip_switch": false,
|
||||||
"encoder": true,
|
"encoder": true,
|
||||||
"extrakey": true,
|
"extrakey": true,
|
||||||
"mousekey": true,
|
"mousekey": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user