Skip to content

Commit

Permalink
Keebio/KBO-5000 Encoder Misconfiguration Fix for qmk#20073 (qmk#20074)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlameSoulis authored and thepappas committed Mar 14, 2023
1 parent ca39760 commit f434296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/keebio/kbo5000/rev1/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"encoder": {
"right": {
"rotary": [
{"pin_a": "D6", "pin_b": "C7"},
{"pin_a": "D4", "pin_b": "C6"}
{"pin_a": "D6", "pin_b": "D4"},
{"pin_a": "C7", "pin_b": "C6"}
]
}
}
Expand Down

0 comments on commit f434296

Please sign in to comment.