summaryrefslogtreecommitdiff
path: root/apps/recorder/keyboard.c
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-03-04 21:59:00 +0000
committerNils Wallménius <nils@rockbox.org>2007-03-04 21:59:00 +0000
commit0eb1443614c6c3a57717096a5cc4e80b46f154d5 (patch)
treef6824765911ee13550dc20fea37ee245ae0c5d27 /apps/recorder/keyboard.c
parent198772a6b258a4a0f0fcf0c00639e0686000dcbd (diff)
downloadrockbox-0eb1443614c6c3a57717096a5cc4e80b46f154d5.tar.gz
rockbox-0eb1443614c6c3a57717096a5cc4e80b46f154d5.zip
Enable Morse input mode in the virtual keyboard for gigabeat, use MENU+SELECT to switch between modes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12606 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/keyboard.c')
-rw-r--r--apps/recorder/keyboard.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c
index 52aaf9a19c..30523253b4 100644
--- a/apps/recorder/keyboard.c
+++ b/apps/recorder/keyboard.c
@@ -65,6 +65,9 @@
65#elif CONFIG_KEYPAD == IRIVER_H10_PAD 65#elif CONFIG_KEYPAD == IRIVER_H10_PAD
66#define KBD_MODES /* iriver H10 uses 2 modes, picker and line edit */ 66#define KBD_MODES /* iriver H10 uses 2 modes, picker and line edit */
67#define KBD_MORSE_INPUT 67#define KBD_MORSE_INPUT
68
69#elif CONFIG_KEYPAD == GIGABEAT_PAD
70#define KBD_MORSE_INPUT
68#endif 71#endif
69 72
70struct keyboard_parameters { 73struct keyboard_parameters {