mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-26 09:45:16 +03:00
fix: missing/wrong entries in HW definition
This commit is contained in:
parent
3308500b17
commit
3cd6465bb1
1 changed files with 11 additions and 3 deletions
|
@ -64,7 +64,15 @@ SWITCH_CONFIG = {
|
||||||
"SG": { "default": "3POS" },
|
"SG": { "default": "3POS" },
|
||||||
"SH": { "default": "TOGGLE" }
|
"SH": { "default": "TOGGLE" }
|
||||||
},
|
},
|
||||||
"tlite,tlitef4": {
|
"tlite": {
|
||||||
|
# left side
|
||||||
|
"SA": { "default": "3POS", "display": [ 0, 0 ] },
|
||||||
|
"SC": { "default": "3POS", "display": [ 0, 1 ] },
|
||||||
|
# right side
|
||||||
|
"SB": { "default": "2POS", "display": [ 1, 0 ] },
|
||||||
|
"SD": { "default": "2POS", "display": [ 1, 1 ] }
|
||||||
|
},
|
||||||
|
"tlitef4": {
|
||||||
# left side
|
# left side
|
||||||
"SA": { "default": "3POS", "display": [ 0, 0 ] },
|
"SA": { "default": "3POS", "display": [ 0, 0 ] },
|
||||||
"SC": { "default": "3POS", "display": [ 0, 1 ] },
|
"SC": { "default": "3POS", "display": [ 0, 1 ] },
|
||||||
|
@ -144,7 +152,7 @@ SWITCH_CONFIG = {
|
||||||
"SG": { "default": "3POS", "display": [ 2, 2 ] },
|
"SG": { "default": "3POS", "display": [ 2, 2 ] },
|
||||||
"SH": { "default": "TOGGLE", "display": [ 2, 3 ] }
|
"SH": { "default": "TOGGLE", "display": [ 2, 3 ] }
|
||||||
},
|
},
|
||||||
"x9dp": {
|
"x9d+": {
|
||||||
# left side
|
# left side
|
||||||
"SA": { "default": "3POS", "display": [ 0, 0 ] },
|
"SA": { "default": "3POS", "display": [ 0, 0 ] },
|
||||||
"SB": { "default": "3POS", "display": [ 0, 1 ] },
|
"SB": { "default": "3POS", "display": [ 0, 1 ] },
|
||||||
|
@ -156,7 +164,7 @@ SWITCH_CONFIG = {
|
||||||
"SG": { "default": "3POS", "display": [ 2, 2 ] },
|
"SG": { "default": "3POS", "display": [ 2, 2 ] },
|
||||||
"SH": { "default": "TOGGLE", "display": [ 2, 3 ] }
|
"SH": { "default": "TOGGLE", "display": [ 2, 3 ] }
|
||||||
},
|
},
|
||||||
"x9dp2019": {
|
"x9d+2019": {
|
||||||
# left side
|
# left side
|
||||||
"SA": { "default": "3POS", "display": [ 0, 0 ] },
|
"SA": { "default": "3POS", "display": [ 0, 0 ] },
|
||||||
"SB": { "default": "3POS", "display": [ 0, 1 ] },
|
"SB": { "default": "3POS", "display": [ 0, 1 ] },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue