summaryrefslogtreecommitdiff
path: root/apps/plugins/viewer.c
diff options
context:
space:
mode:
authorMark Arigo <markarigo@gmail.com>2009-01-24 22:41:55 +0000
committerMark Arigo <markarigo@gmail.com>2009-01-24 22:41:55 +0000
commit2490262eee17c3dcff0a39fb4011662dfdfc4478 (patch)
tree2c68f5903b36e52718f5be53d8504af3e0e03c0c /apps/plugins/viewer.c
parent74b97fa139339b62813d94610f8d7710357beb08 (diff)
downloadrockbox-2490262eee17c3dcff0a39fb4011662dfdfc4478.tar.gz
rockbox-2490262eee17c3dcff0a39fb4011662dfdfc4478.zip
Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19846 a1c6a512-1295-4272-9138-f99709370657
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