From 8301b699513782e15d0562ce512804f9ebcaf1f4 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 29 Aug 2009 22:18:02 +0000 Subject: Samsung YH: Many keymap fixes for keyboard screen, wps, set time/date and quickscreen. Little kludge for quickscreen: Entering the quickscreen requires pressing 2 directional buttons (left and down), but that's really easy to do actually, much easier than messing with the side buttons (which don't even work reliably), accidental option changes shouldn't be possible due to use of precondition. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22551 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/keyboard.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'apps/recorder/keyboard.c') diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c index 160779f7ae..2911f94931 100644 --- a/apps/recorder/keyboard.c +++ b/apps/recorder/keyboard.c @@ -80,11 +80,9 @@ #define KBD_MORSE_INPUT #elif CONFIG_KEYPAD == SANSA_E200_PAD \ - || CONFIG_KEYPAD == SANSA_FUZE_PAD -#define KBD_CURSOR_KEYS -#define KBD_MODES - -#elif CONFIG_KEYPAD == SANSA_C200_PAD + || CONFIG_KEYPAD == SANSA_FUZE_PAD \ + || CONFIG_KEYPAD == SANSA_C200_PAD \ + || CONFIG_KEYPAD == SAMSUNG_YH_PAD #define KBD_CURSOR_KEYS #define KBD_MODES -- cgit v1.2.3