mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
|
@ -106,6 +106,15 @@
|
|||
#define MENU_NEXT BUTTON_DOWN
|
||||
#define MENU_PREV BUTTON_UP
|
||||
|
||||
#elif CONFIG_KEYPAD == IRIVER_H10_PAD
|
||||
|
||||
#define MENU_NEXT BUTTON_SCROLL_DOWN
|
||||
#define MENU_PREV BUTTON_SCROLL_UP
|
||||
#define MENU_EXIT BUTTON_LEFT
|
||||
#define MENU_EXIT_MENU BUTTON_REW
|
||||
#define MENU_ENTER BUTTON_RIGHT
|
||||
#define MENU_ENTER2 BUTTON_FF
|
||||
|
||||
#endif
|
||||
|
||||
struct menu_item {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue