summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder')
-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 fdf1f3a433..957f04349d 100644
--- a/apps/recorder/keyboard.c
+++ b/apps/recorder/keyboard.c
@@ -55,7 +55,7 @@
55 || (CONFIG_KEYPAD == IAUDIO_X5M5_PAD) \ 55 || (CONFIG_KEYPAD == IAUDIO_X5M5_PAD) \
56 || (CONFIG_KEYPAD == IAUDIO_M3_PAD) \ 56 || (CONFIG_KEYPAD == IAUDIO_M3_PAD) \
57 || (CONFIG_KEYPAD == IRIVER_H10_PAD) \ 57 || (CONFIG_KEYPAD == IRIVER_H10_PAD) \
58 || (CONFIG_KEYPAD == PBELL_VIBE500_PAD) \ 58 || (CONFIG_KEYPAD == PBELL_VIBE500_PAD)
59/* no key combos to move the cursor if not in line edit mode */ 59/* no key combos to move the cursor if not in line edit mode */
60#define KBD_MODES /* uses 2 modes, picker and line edit */ 60#define KBD_MODES /* uses 2 modes, picker and line edit */
61 61