diff options
Diffstat (limited to 'apps/plugins/viewer.c')
| -rw-r--r-- | apps/plugins/viewer.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c index f01afbb..403213e 100644 --- a/apps/plugins/viewer.c +++ b/apps/plugins/viewer.c @@ -324,6 +324,11 @@ PLUGIN_HEADER #define VIEWER_MENU BUTTON_MENU #define VIEWER_AUTOSCROLL BUTTON_VIEW +/* Onda VX747 keys */ +#elif CONFIG_KEYPAD == ONDAVX747_PAD +#define VIEWER_QUIT BUTTON_POWER +#define VIEWER_MENU BUTTON_MENU + #else #error No keymap defined! #endif |