summaryrefslogtreecommitdiff
path: root/apps/plugins/viewer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/viewer.c')
-rw-r--r--apps/plugins/viewer.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c
index f01afbba8c..403213ef80 100644
--- a/apps/plugins/viewer.c
+++ b/apps/plugins/viewer.c
@@ -324,6 +324,11 @@ PLUGIN_HEADER
324#define VIEWER_MENU BUTTON_MENU 324#define VIEWER_MENU BUTTON_MENU
325#define VIEWER_AUTOSCROLL BUTTON_VIEW 325#define VIEWER_AUTOSCROLL BUTTON_VIEW
326 326
327/* Onda VX747 keys */
328#elif CONFIG_KEYPAD == ONDAVX747_PAD
329#define VIEWER_QUIT BUTTON_POWER
330#define VIEWER_MENU BUTTON_MENU
331
327#else 332#else
328#error No keymap defined! 333#error No keymap defined!
329#endif 334#endif