1
0

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
3 changed files with 4 additions and 4 deletions

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}
]
},