forked from mirror/qmk_firmware
Remove encoder resolution where duplicating defaults (#25654)
This commit is contained in:
@@ -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}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user