summaryrefslogtreecommitdiff
path: root/apps/plugins/viewer.c
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2010-04-26 21:40:00 +0000
committerMarcin Bukat <marcin.bukat@gmail.com>2010-04-26 21:40:00 +0000
commitb09d3aec392538ca0934644ff6357c41aaa4c323 (patch)
tree0603cf4ef59e84ee4e0c172e3b418d8dccac664c /apps/plugins/viewer.c
parentfa5cd0d3bf744f75be0593a7e2c2083810f16c21 (diff)
downloadrockbox-b09d3aec392538ca0934644ff6357c41aaa4c323.tar.gz
rockbox-b09d3aec392538ca0934644ff6357c41aaa4c323.zip
Add MPIO HD200 port - changed files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25724 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 9ebc1d9cf6..ed84d26f28 100644
--- a/apps/plugins/viewer.c
+++ b/apps/plugins/viewer.c
@@ -486,6 +486,16 @@ PLUGIN_HEADER
486#define VIEWER_AUTOSCROLL BUTTON_PLAY 486#define VIEWER_AUTOSCROLL BUTTON_PLAY
487#define VIEWER_BOOKMARK BUTTON_POWER 487#define VIEWER_BOOKMARK BUTTON_POWER
488 488
489#elif CONFIG_KEYPAD == MPIO_HD200_PAD
490#define VIEWER_QUIT (BUTTON_REC | BUTTON_PLAY)
491#define VIEWER_PAGE_UP BUTTON_PREV
492#define VIEWER_PAGE_DOWN BUTTON_NEXT
493#define VIEWER_SCREEN_LEFT BUTTON_VOL_DOWN
494#define VIEWER_SCREEN_RIGHT BUTTON_VOL_UP
495#define VIEWER_MENU BUTTON_SELECT
496#define VIEWER_AUTOSCROLL BUTTON_PLAY
497#define VIEWER_BOOKMARK BUTTON_REC
498
489#else 499#else
490#error No keymap defined! 500#error No keymap defined!
491#endif 501#endif