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:
Daniel Stenberg 2006-08-03 20:17:25 +00:00
parent 364e892050
commit 1e88be518a
58 changed files with 517 additions and 2 deletions

View file

@ -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 {