forked from len0rd/rockbox
first gigabeat commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8831 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b902428180
commit
338e2bbb0c
58 changed files with 599 additions and 8 deletions
|
@ -89,6 +89,15 @@ PLUGIN_HEADER
|
|||
#define MINESWP_DISCOVER BUTTON_SELECT
|
||||
#define MINESWP_INFO (BUTTON_REC | BUTTON_PLAY)
|
||||
|
||||
#elif (CONFIG_KEYPAD == GIGABEAT_PAD)
|
||||
#define MINESWP_UP BUTTON_UP
|
||||
#define MINESWP_DOWN BUTTON_DOWN
|
||||
#define MINESWP_QUIT BUTTON_A
|
||||
#define MINESWP_START BUTTON_SELECT
|
||||
#define MINESWP_TOGGLE BUTTON_SELECT
|
||||
#define MINESWP_DISCOVER BUTTON_POWER
|
||||
#define MINESWP_INFO BUTTON_MENU
|
||||
|
||||
#endif
|
||||
|
||||
/* here is a global api struct pointer. while not strictly necessary,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue