diff options
| author | Szymon Dziok <b0hoon@o2.pl> | 2010-10-18 19:30:54 +0000 |
|---|---|---|
| committer | Szymon Dziok <b0hoon@o2.pl> | 2010-10-18 19:30:54 +0000 |
| commit | 057806f67a6a8f79a003fd15db06937999a3edc5 (patch) | |
| tree | f3e4fef8d284b9c603e63896deebaa66509c89f3 /apps/debug_menu.c | |
| parent | dc521b5d48e11fbccbea07b450e21f63c28066ef (diff) | |
| download | rockbox-057806f67a6a8f79a003fd15db06937999a3edc5.zip rockbox-057806f67a6a8f79a003fd15db06937999a3edc5.tar.gz rockbox-057806f67a6a8f79a003fd15db06937999a3edc5.tar.bz2 rockbox-057806f67a6a8f79a003fd15db06937999a3edc5.tar.xz | |
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
Diffstat (limited to 'apps/debug_menu.c')
| -rw-r--r-- | apps/debug_menu.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 94076bf..2497b17 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -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 |