Removes redundant encoder resolution

Co-authored-by: jack <0x6a73@protonmail.com>
This commit is contained in:
Ryan Neff 2024-03-24 16:07:13 -07:00 committed by GitHub
parent abb10f160b
commit bd2c950a86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
"diode_direction": "COL2ROW", "diode_direction": "COL2ROW",
"encoder": { "encoder": {
"rotary": [ "rotary": [
{"pin_a": "GP14", "pin_b": "GP15", "resolution": 4} {"pin_a": "GP14", "pin_b": "GP15"}
] ]
}, },
"features": { "features": {