forked from len0rd/rockbox
Barry Wardell's keymappings for H10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10446 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
364e892050
commit
1e88be518a
58 changed files with 517 additions and 2 deletions
|
@ -154,6 +154,16 @@ PLUGIN_HEADER
|
|||
#define VIEWER_MENU BUTTON_MENU
|
||||
#define VIEWER_AUTOSCROLL BUTTON_A
|
||||
|
||||
/* iriver H10 keys */
|
||||
#elif CONFIG_KEYPAD == IRIVER_H10_PAD
|
||||
#define VIEWER_QUIT BUTTON_POWER
|
||||
#define VIEWER_PAGE_UP BUTTON_SCROLL_UP
|
||||
#define VIEWER_PAGE_DOWN BUTTON_SCROLL_DOWN
|
||||
#define VIEWER_SCREEN_LEFT BUTTON_LEFT
|
||||
#define VIEWER_SCREEN_RIGHT BUTTON_RIGHT
|
||||
#define VIEWER_MENU BUTTON_REW
|
||||
#define VIEWER_AUTOSCROLL BUTTON_PLAY
|
||||
|
||||
#endif
|
||||
|
||||
struct preferences {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue