Skip to content

Commit

Permalink
rotary_pad: increase encoder resolution
Browse files Browse the repository at this point in the history
more smooth usage and removes chatter
  • Loading branch information
RABijl committed Aug 15, 2023
1 parent f2a8360 commit f785f4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions keyboards/handwired/rabijl/rotary_numpad/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},
"encoder": {
"rotary": [
{"pin_a": "D1", "pin_b": "D0", "resolution": 1},
{"pin_a": "D4", "pin_b": "C6", "resolution": 1},
{"pin_a": "D7", "pin_b": "E6", "resolution": 1}
{"pin_a": "D1", "pin_b": "D0", "resolution": 3},
{"pin_a": "D4", "pin_b": "C6", "resolution": 3},
{"pin_a": "D7", "pin_b": "E6", "resolution": 3}
]
},
"layouts": {
Expand Down

0 comments on commit f785f4f

Please sign in to comment.