Skip to content

Commit

Permalink
fix: Jumper T12 switches (#5040)
Browse files Browse the repository at this point in the history
  • Loading branch information
3djc authored and pfeerick committed May 20, 2024
1 parent 838ea7b commit bf0f8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/util/hw_defs/switch_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
# right side
"SC": {"default": "3POS", "display": [1, 0]},
"SD": {"default": "3POS", "display": [1, 1]},
"SH": {"default": "2POS", "display": [1, 3]}
"SH": {"default": "2POS", "display": [1, 2]}
},
"t14": {
# left side
Expand Down

0 comments on commit bf0f8ff

Please sign in to comment.