forked from len0rd/rockbox
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8342 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8d13068421
commit
d83e929f3f
52 changed files with 737 additions and 18 deletions
|
@ -35,6 +35,9 @@
|
|||
#elif CONFIG_KEYPAD == PLAYER_PAD
|
||||
#define DBX_SELECT BUTTON_PLAY
|
||||
#define DBX_STOP BUTTON_STOP
|
||||
#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD
|
||||
#define DBX_SELECT BUTTON_SELECT
|
||||
#define DBX_STOP BUTTON_PLAY
|
||||
#endif
|
||||
|
||||
#define MAX_TOKENS 70
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue