summaryrefslogtreecommitdiff
path: root/apps/recorder/keyboard.c
diff options
context:
space:
mode:
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 {