Skip to content

Commit

Permalink
Add more radios
Browse files Browse the repository at this point in the history
  • Loading branch information
elecpower committed Feb 6, 2025
1 parent 40589de commit cab9f74
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion radio/util/hw_defs/hal_keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,48 @@
]

KEY_LABELS = [
{
"targets": {"bumblebee"},
"keys": {
"MENU": { "label": "Menu" },
"EXIT": { "label": "RTN" },
"PAGEDN": { "label": "Page" }
}
},
{
"targets": {"tlite", "tlitef4"},
"keys": {
"EXIT": { "label": "RTN" },
"ENTER": { "label": "ENT" },
"LEFT": { "label": "MDL/Left" },
"RIGHT": { "label": "SYS/Right" }
}
},
{
"targets": {"tpro", "tpros", "tprov2"},
"keys": {
"MENU": { "label": "MDL" },
"PAGEDN": { "label": "Page" }
}
},
{
"targets": {"tx16s"},
"keys": {
"EXIT": { "label": "RTN" }
}
},
{
"targets": {"x9d+"},
"targets": {"x9d+", "x9d+2019"},
"keys": {
"ENTER": { "label": "ENT" },
"PAGEDN": { "label": "PAGE" }
}
},
{
"targets": {"x9e"},
"keys": {
"PAGEDN": { "label": "PAGE" }
}
}
]

Expand Down

0 comments on commit cab9f74

Please sign in to comment.