summaryrefslogtreecommitdiff
path: root/apps/recorder/keyboard.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-05-04 17:15:55 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-05-04 17:15:55 +0000
commita8140eb2597e6968dbd41e7dee3ea609c730d1bb (patch)
treea7a3698e08dcedb294944ed517014e469d78a925 /apps/recorder/keyboard.c
parentfd8dd686f4ebf1681b8c6aa3e9e94d0bb8dd76ad (diff)
downloadrockbox-a8140eb2597e6968dbd41e7dee3ea609c730d1bb.tar.gz
rockbox-a8140eb2597e6968dbd41e7dee3ea609c730d1bb.zip
Enable KBD_CURSOR_KEYS and KBD_MODES on Gigabeat. Enter things any way you like.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13324 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/keyboard.c')
-rw-r--r--apps/recorder/keyboard.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c
index bb8e4e93c3..8c0d749e41 100644
--- a/apps/recorder/keyboard.c
+++ b/apps/recorder/keyboard.c
@@ -71,6 +71,8 @@
71#define KBD_MORSE_INPUT 71#define KBD_MORSE_INPUT
72 72
73#elif CONFIG_KEYPAD == GIGABEAT_PAD 73#elif CONFIG_KEYPAD == GIGABEAT_PAD
74#define KBD_CURSOR_KEYS
75#define KBD_MODES
74#define KBD_MORSE_INPUT 76#define KBD_MORSE_INPUT
75#endif 77#endif
76 78