Fix info.json LTO and format encoder definitions (#20456)
This commit is contained in:
parent
1e3d2f2c1e
commit
798cbfe6a3
60 changed files with 108 additions and 225 deletions
|
@ -40,11 +40,7 @@
|
|||
"encoder": {
|
||||
"enabled": true,
|
||||
"rotary": [
|
||||
{
|
||||
"pin_a": "GP27",
|
||||
"pin_b": "GP28",
|
||||
"resolution": 2
|
||||
}
|
||||
{"pin_a": "GP27", "pin_b": "GP28", "resolution": 2}
|
||||
]
|
||||
},
|
||||
"matrix_pins": {
|
||||
|
|
|
@ -45,21 +45,9 @@
|
|||
"encoder": {
|
||||
"enabled": true,
|
||||
"rotary": [
|
||||
{
|
||||
"pin_a": "GP27",
|
||||
"pin_b": "GP28",
|
||||
"resolution": 2
|
||||
},
|
||||
{
|
||||
"pin_a": "GP4",
|
||||
"pin_b": "GP3",
|
||||
"resolution": 2
|
||||
},
|
||||
{
|
||||
"pin_a": "GP1",
|
||||
"pin_b": "GP2",
|
||||
"resolution": 2
|
||||
}
|
||||
{"pin_a": "GP27", "pin_b": "GP28", "resolution": 2},
|
||||
{"pin_a": "GP4", "pin_b": "GP3", "resolution": 2},
|
||||
{"pin_a": "GP1", "pin_b": "GP2", "resolution": 2}
|
||||
]
|
||||
},
|
||||
"layouts": {
|
||||
|
|
|
@ -45,11 +45,7 @@
|
|||
"encoder": {
|
||||
"enabled": true,
|
||||
"rotary": [
|
||||
{
|
||||
"pin_a": "GP1",
|
||||
"pin_b": "GP2",
|
||||
"resolution": 2
|
||||
}
|
||||
{"pin_a": "GP1", "pin_b": "GP2", "resolution": 2}
|
||||
]
|
||||
},
|
||||
"layouts": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue