1
0
Fork 0
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:
Dave Chapman 2005-11-12 16:07:17 +00:00
parent afbd4386ff
commit 64e5239b4c
8 changed files with 80 additions and 0 deletions

View file

@ -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