forked from len0rd/rockbox
the last one... sorry for trouble
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16327 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
433a7d4ea9
commit
d085ead3ba
1 changed files with 14 additions and 2 deletions
|
@ -17,7 +17,19 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef DEBUG_CANCEL
|
||||
#define DEBUG_CANCEL BUTTON_MENU
|
||||
/* key definitions */
|
||||
#if (CONFIG_KEYPAD == IPOD_1G2G_PAD) || \
|
||||
(CONFIG_KEYPAD == IPOD_3G_PAD) || \
|
||||
(CONFIG_KEYPAD == IPOD_4G_PAD)
|
||||
# define DEBUG_CANCEL BUTTON_MENU
|
||||
|
||||
#elif (CONFIG_KEYPAD == IRIVER_H10_PAD) || \
|
||||
(CONFIG_KEYPAD == MROBE100_PAD)
|
||||
# define DEBUG_CANCEL BUTTON_REW
|
||||
|
||||
#elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \
|
||||
(CONFIG_KEYPAD == SANSA_C200_PAD)
|
||||
# define DEBUG_CANCEL BUTTON_LEFT
|
||||
#endif
|
||||
|
||||
bool __dbg_hw_info(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue