mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 03:49:52 +03:00
Jumper TLite support
This commit is contained in:
parent
08e5834433
commit
84c86f718b
50 changed files with 591 additions and 54 deletions
|
@ -255,7 +255,7 @@ void OpenTxSim::updateKeysAndSwitches(bool start)
|
|||
KEY_Down, KEY_DOWN,
|
||||
KEY_Right, KEY_RIGHT,
|
||||
KEY_Left, KEY_LEFT,
|
||||
#elif defined(PCBXLITE) || defined(RADIO_T12)
|
||||
#elif defined(PCBXLITE) || defined(RADIO_FAMILY_JUMPER_T12)
|
||||
#if defined(KEYS_GPIO_REG_SHIFT)
|
||||
KEY_Shift_L, KEY_SHIFT,
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue