forked from len0rd/rockbox
make the first bunch of plugins compile for the mrobe. an earlier commit broke the loading though, need to sort that out
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15282 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a3117328e9
commit
56ddddc274
12 changed files with 94 additions and 2 deletions
|
|
@ -206,6 +206,15 @@ PLUGIN_HEADER
|
|||
#define VIEWER_MENU BUTTON_REW
|
||||
#define VIEWER_AUTOSCROLL BUTTON_PLAY
|
||||
|
||||
#elif CONFIG_KEYPAD == MROBE500_PAD
|
||||
#define VIEWER_QUIT BUTTON_POWER
|
||||
#define VIEWER_PAGE_UP BUTTON_RC_PLAY
|
||||
#define VIEWER_PAGE_DOWN BUTTON_RC_DOWN
|
||||
#define VIEWER_SCREEN_LEFT BUTTON_LEFT
|
||||
#define VIEWER_SCREEN_RIGHT BUTTON_RIGHT
|
||||
#define VIEWER_MENU BUTTON_RC_HEART
|
||||
#define VIEWER_AUTOSCROLL BUTTON_RC_MODE
|
||||
|
||||
#endif
|
||||
|
||||
/* stuff for the bookmarking */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue