Remove encoder resolution where duplicating defaults (#25654)

This commit is contained in:
Joel Challis 2025-09-12 16:56:06 +01:00 committed by GitHub
parent d34cade5ab
commit b6310b5a15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -21,8 +21,8 @@
},
"encoder": {
"rotary": [
{"pin_a": "F5", "pin_b": "F6", "resolution": 4},
{"pin_a": "E6", "pin_b": "F0", "resolution": 4},
{"pin_a": "F5", "pin_b": "F6"},
{"pin_a": "E6", "pin_b": "F0"},
{"pin_a": "B3", "pin_b": "B2", "resolution": 2}
]
},

View file

@ -6,7 +6,7 @@
"diode_direction": "COL2ROW",
"encoder": {
"rotary": [
{"pin_a": "B5", "pin_b": "B6", "resolution": 4},
{"pin_a": "B5", "pin_b": "B6"},
{"pin_a": "A2", "pin_b": "A1", "resolution": 2}
]
},

View file

@ -39,7 +39,7 @@
"encoder": {
"right": {
"rotary": [
{"pin_a": "B2", "pin_b": "B6", "resolution": 4},
{"pin_a": "B2", "pin_b": "B6"},
{"pin_a": "B4", "pin_b": "B5", "resolution": 1}
]
}