summaryrefslogtreecommitdiff
path: root/apps/recorder/keyboard.c
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-02-05 21:18:19 +0000
committerDave Chapman <dave@dchapman.com>2006-02-05 21:18:19 +0000
commitcbfe90e4abd16e4ab2b9f3a6f9c24c55c4665a9a (patch)
tree1e0c2b891cc2b15ae02cc0188d9f9af7d2c4e1f6 /apps/recorder/keyboard.c
parentafb2564b8494115babc6ce4c496c28005c5a1599 (diff)
downloadrockbox-cbfe90e4abd16e4ab2b9f3a6f9c24c55c4665a9a.tar.gz
rockbox-cbfe90e4abd16e4ab2b9f3a6f9c24c55c4665a9a.zip
Use the iPod 4G button mappings for the iPod 3G as well (at least for now)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8591 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/keyboard.c')
-rw-r--r--apps/recorder/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c
index 5bbc2140cb..13e7625bc4 100644
--- a/apps/recorder/keyboard.c
+++ b/apps/recorder/keyboard.c
@@ -101,7 +101,7 @@
101#define KBD_UP BUTTON_UP 101#define KBD_UP BUTTON_UP
102#define KBD_DOWN BUTTON_DOWN 102#define KBD_DOWN BUTTON_DOWN
103 103
104#elif (CONFIG_KEYPAD == IPOD_4G_PAD) 104#elif (CONFIG_KEYPAD == IPOD_3G_PAD) || (CONFIG_KEYPAD == IPOD_4G_PAD)
105 105
106#define KBD_MODES /* iPod uses 2 modes, picker and line edit */ 106#define KBD_MODES /* iPod uses 2 modes, picker and line edit */
107#define KBD_SELECT (BUTTON_SELECT | BUTTON_REL) /* backspace in line edit */ 107#define KBD_SELECT (BUTTON_SELECT | BUTTON_REL) /* backspace in line edit */