1
0
Fork 0
forked from len0rd/rockbox

Matt v.d. Westhuizen's iAudio X5 keypad adjustments

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8366 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2006-01-18 11:09:06 +00:00
parent 205be712fe
commit cedba8830f
39 changed files with 310 additions and 16 deletions

View file

@ -80,6 +80,15 @@ PLUGIN_HEADER
#define MINESWP_DISCOVER (BUTTON_SELECT | BUTTON_PLAY)
#define MINESWP_INFO (BUTTON_SELECT | BUTTON_MENU)
#elif (CONFIG_KEYPAD == IAUDIO_X5_PAD)
#define MINESWP_UP BUTTON_UP
#define MINESWP_DOWN BUTTON_DOWN
#define MINESWP_QUIT BUTTON_POWER
#define MINESWP_START BUTTON_REC
#define MINESWP_TOGGLE BUTTON_PLAY
#define MINESWP_DISCOVER BUTTON_MENU
#define MINESWP_INFO (BUTTON_REC | BUTTON_PLAY)
#endif
/* here is a global api struct pointer. while not strictly necessary,