Skip to content

Commit

Permalink
Fix Helix encoder direction (qmk#22614)
Browse files Browse the repository at this point in the history
  • Loading branch information
leah-splitkb authored and Nathan committed Feb 11, 2024
1 parent c0813fa commit 4f0e5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/splitkb/aurora/helix/rev1/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"encoder": {
"enabled": true,
"rotary": [
{"pin_a": "E6", "pin_b": "B4"}
{"pin_a": "B4", "pin_b": "E6"}
]
},
"features": {
Expand Down

0 comments on commit 4f0e5b3

Please sign in to comment.