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.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c
index 7e03c559f4..f01afbba8c 100644
--- a/apps/plugins/viewer.c
+++ b/apps/plugins/viewer.c
@@ -314,6 +314,16 @@ PLUGIN_HEADER
314#define VIEWER_MENU BUTTON_MENU 314#define VIEWER_MENU BUTTON_MENU
315#define VIEWER_AUTOSCROLL BUTTON_SELECT 315#define VIEWER_AUTOSCROLL BUTTON_SELECT
316 316
317/* Philips HDD1630 keys */
318#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD
319#define VIEWER_QUIT BUTTON_POWER
320#define VIEWER_PAGE_UP BUTTON_UP
321#define VIEWER_PAGE_DOWN BUTTON_DOWN
322#define VIEWER_SCREEN_LEFT BUTTON_LEFT
323#define VIEWER_SCREEN_RIGHT BUTTON_RIGHT
324#define VIEWER_MENU BUTTON_MENU
325#define VIEWER_AUTOSCROLL BUTTON_VIEW
326
317#else 327#else
318#error No keymap defined! 328#error No keymap defined!
319#endif 329#endif