forked from len0rd/rockbox
Add MPIO HD200 port - changed files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25724 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fa5cd0d3bf
commit
b09d3aec39
76 changed files with 753 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue