mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Menu key was missing
This commit is contained in:
parent
43bb79f3e9
commit
76a21f9160
1 changed files with 4 additions and 0 deletions
|
@ -1705,6 +1705,10 @@ const luaR_value_entry opentxConstants[] = {
|
||||||
KEY_EVENTS(ENTER, KEY_ENTER),
|
KEY_EVENTS(ENTER, KEY_ENTER),
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(KEYS_GPIO_REG_MENU)
|
||||||
|
KEY_EVENTS(MENU, KEY_MENU),
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(KEYS_GPIO_REG_RIGHT) && defined(NAVIGATION_HORUS)
|
#if defined(KEYS_GPIO_REG_RIGHT) && defined(NAVIGATION_HORUS)
|
||||||
KEY_EVENTS(TELEM, KEY_TELEM),
|
KEY_EVENTS(TELEM, KEY_TELEM),
|
||||||
#elif defined(KEYS_GPIO_REG_RIGHT)
|
#elif defined(KEYS_GPIO_REG_RIGHT)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue