forked from len0rd/rockbox
More iPod 3G work from Seven Le Mesle
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8835 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
64f0682f6e
commit
fb4e384367
42 changed files with 146 additions and 113 deletions
|
@ -31,7 +31,8 @@ PLUGIN_HEADER
|
|||
#elif CONFIG_KEYPAD == ONDIO_PAD
|
||||
#define DBX_SELECT BUTTON_MENU
|
||||
#define DBX_STOP BUTTON_OFF
|
||||
#elif (CONFIG_KEYPAD == IPOD_4G_PAD)
|
||||
#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || \
|
||||
(CONFIG_KEYPAD == IPOD_3G_PAD)
|
||||
#define DBX_SELECT BUTTON_SELECT
|
||||
#define DBX_STOP BUTTON_MENU
|
||||
#elif CONFIG_KEYPAD == PLAYER_PAD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue