forked from len0rd/rockbox
HDD6330: Try to adapt the keys for the new touchpad code, remove the non existing buttons, enable morse input.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28306 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dc521b5d48
commit
057806f67a
5 changed files with 117 additions and 151 deletions
|
@ -994,10 +994,12 @@ static bool dbg_spdif(void)
|
|||
|
||||
/* This is temporary until the SA9200 touchpad works */
|
||||
#elif (CONFIG_KEYPAD == PHILIPS_SA9200_PAD) || \
|
||||
(CONFIG_KEYPAD == PHILIPS_HDD1630_PAD) || \
|
||||
(CONFIG_KEYPAD == PHILIPS_HDD6330_PAD)
|
||||
(CONFIG_KEYPAD == PHILIPS_HDD1630_PAD)
|
||||
# define DEBUG_CANCEL BUTTON_POWER
|
||||
|
||||
#elif (CONFIG_KEYPAD == PHILIPS_HDD6330_PAD)
|
||||
# define DEBUG_CANCEL BUTTON_PREV
|
||||
|
||||
#elif (CONFIG_KEYPAD == SAMSUNG_YH_PAD)
|
||||
# define DEBUG_CANCEL BUTTON_PLAY
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue