1
0
Fork 0
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:
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

@ -107,6 +107,17 @@ PLUGIN_HEADER
#define MINESWP_RIGHT (BUTTON_SELECT | BUTTON_RIGHT)
#define MINESWP_LEFT (BUTTON_SELECT | BUTTON_LEFT)
#elif (CONFIG_KEYPAD == IRIVER_H10_PAD)
#define MINESWP_UP BUTTON_SCROLL_UP
#define MINESWP_DOWN BUTTON_SCROLL_DOWN
#define MINESWP_QUIT BUTTON_POWER
#define MINESWP_START BUTTON_FF
#define MINESWP_TOGGLE BUTTON_PLAY
#define MINESWP_DISCOVER BUTTON_REW
#define MINESWP_INFO (BUTTON_REW | BUTTON_PLAY)
#define MINESWP_RIGHT (BUTTON_RIGHT | BUTTON_PLAY)
#define MINESWP_LEFT (BUTTON_LEFT | BUTTON_PLAY)
#endif
/* here is a global api struct pointer. while not strictly necessary,