summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2010-10-18 19:30:54 +0000
committerSzymon Dziok <b0hoon@o2.pl>2010-10-18 19:30:54 +0000
commit057806f67a6a8f79a003fd15db06937999a3edc5 (patch)
treef3e4fef8d284b9c603e63896deebaa66509c89f3 /apps/debug_menu.c
parentdc521b5d48e11fbccbea07b450e21f63c28066ef (diff)
downloadrockbox-057806f67a6a8f79a003fd15db06937999a3edc5.tar.gz
rockbox-057806f67a6a8f79a003fd15db06937999a3edc5.zip
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.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 94076bf64d..2497b17826 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -994,10 +994,12 @@ static bool dbg_spdif(void)
994 994
995/* This is temporary until the SA9200 touchpad works */ 995/* This is temporary until the SA9200 touchpad works */
996#elif (CONFIG_KEYPAD == PHILIPS_SA9200_PAD) || \ 996#elif (CONFIG_KEYPAD == PHILIPS_SA9200_PAD) || \
997 (CONFIG_KEYPAD == PHILIPS_HDD1630_PAD) || \ 997 (CONFIG_KEYPAD == PHILIPS_HDD1630_PAD)
998 (CONFIG_KEYPAD == PHILIPS_HDD6330_PAD)
999# define DEBUG_CANCEL BUTTON_POWER 998# define DEBUG_CANCEL BUTTON_POWER
1000 999
1000#elif (CONFIG_KEYPAD == PHILIPS_HDD6330_PAD)
1001# define DEBUG_CANCEL BUTTON_PREV
1002
1001#elif (CONFIG_KEYPAD == SAMSUNG_YH_PAD) 1003#elif (CONFIG_KEYPAD == SAMSUNG_YH_PAD)
1002# define DEBUG_CANCEL BUTTON_PLAY 1004# define DEBUG_CANCEL BUTTON_PLAY
1003 1005