forked from len0rd/rockbox
iPod: Add placeholder button definitions - these need reviewing when the button usage for the iPod is decided
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7830 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
afbd4386ff
commit
64e5239b4c
8 changed files with 80 additions and 0 deletions
|
@ -29,6 +29,9 @@
|
|||
#elif CONFIG_KEYPAD == ONDIO_PAD
|
||||
#define DBX_SELECT BUTTON_MENU
|
||||
#define DBX_STOP BUTTON_OFF
|
||||
#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_NANO_PAD)
|
||||
#define DBX_SELECT BUTTON_MENU
|
||||
#define DBX_STOP BUTTON_OFF
|
||||
#elif CONFIG_KEYPAD == PLAYER_PAD
|
||||
#define DBX_SELECT BUTTON_PLAY
|
||||
#define DBX_STOP BUTTON_STOP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue