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.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c
index 88b43c30b3..299c392177 100644
--- a/apps/plugins/viewer.c
+++ b/apps/plugins/viewer.c
@@ -352,6 +352,18 @@ PLUGIN_HEADER
352#define VIEWER_MENU BUTTON_PLAY 352#define VIEWER_MENU BUTTON_PLAY
353#define VIEWER_AUTOSCROLL BUTTON_REW 353#define VIEWER_AUTOSCROLL BUTTON_REW
354 354
355/* Packard Bell Vibe 500 keys */
356#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
357#define VIEWER_QUIT BUTTON_REC
358#define VIEWER_PAGE_UP BUTTON_OK
359#define VIEWER_PAGE_DOWN BUTTON_CANCEL
360#define VIEWER_LINE_UP BUTTON_UP
361#define VIEWER_LINE_DOWN BUTTON_DOWN
362#define VIEWER_SCREEN_LEFT BUTTON_PREV
363#define VIEWER_SCREEN_RIGHT BUTTON_NEXT
364#define VIEWER_MENU BUTTON_MENU
365#define VIEWER_AUTOSCROLL BUTTON_PLAY
366
355#else 367#else
356#error No keymap defined! 368#error No keymap defined!
357#endif 369#endif