diff options
| author | Marcin Bukat <marcin.bukat@gmail.com> | 2010-04-26 21:40:00 +0000 |
|---|---|---|
| committer | Marcin Bukat <marcin.bukat@gmail.com> | 2010-04-26 21:40:00 +0000 |
| commit | b09d3aec392538ca0934644ff6357c41aaa4c323 (patch) | |
| tree | 0603cf4ef59e84ee4e0c172e3b418d8dccac664c /apps/plugins/viewer.c | |
| parent | fa5cd0d3bf744f75be0593a7e2c2083810f16c21 (diff) | |
| download | rockbox-b09d3aec392538ca0934644ff6357c41aaa4c323.zip rockbox-b09d3aec392538ca0934644ff6357c41aaa4c323.tar.gz rockbox-b09d3aec392538ca0934644ff6357c41aaa4c323.tar.bz2 rockbox-b09d3aec392538ca0934644ff6357c41aaa4c323.tar.xz | |
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.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c index 9ebc1d9..ed84d26 100644 --- a/apps/plugins/viewer.c +++ b/apps/plugins/viewer.c @@ -486,6 +486,16 @@ PLUGIN_HEADER #define VIEWER_AUTOSCROLL BUTTON_PLAY #define VIEWER_BOOKMARK BUTTON_POWER +#elif CONFIG_KEYPAD == MPIO_HD200_PAD +#define VIEWER_QUIT (BUTTON_REC | BUTTON_PLAY) +#define VIEWER_PAGE_UP BUTTON_PREV +#define VIEWER_PAGE_DOWN BUTTON_NEXT +#define VIEWER_SCREEN_LEFT BUTTON_VOL_DOWN +#define VIEWER_SCREEN_RIGHT BUTTON_VOL_UP +#define VIEWER_MENU BUTTON_SELECT +#define VIEWER_AUTOSCROLL BUTTON_PLAY +#define VIEWER_BOOKMARK BUTTON_REC + #else #error No keymap defined! #endif |