diff options
Diffstat (limited to 'apps/plugins/star.c')
| -rw-r--r-- | apps/plugins/star.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/star.c b/apps/plugins/star.c index 344c11b..9a6dff1 100644 --- a/apps/plugins/star.c +++ b/apps/plugins/star.c @@ -262,6 +262,12 @@ PLUGIN_HEADER #define STAR_LEVEL_REPEAT BUTTON_VIEW #define STAR_MENU_RUN BUTTON_MENU +#elif (CONFIG_KEYPAD == ONDAVX747_PAD) + +#define STAR_QUIT BUTTON_POWER +#define STAR_QUIT_NAME "[POWER]" +#define STAR_MENU_RUN BUTTON_MENU + #else #error No keymap defined! #endif |