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.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c
index 76e7df0509..fdf1f3a433 100644
--- a/apps/recorder/keyboard.c
+++ b/apps/recorder/keyboard.c
@@ -54,7 +54,8 @@
54 || (CONFIG_KEYPAD == IRIVER_IFP7XX_PAD) \ 54 || (CONFIG_KEYPAD == IRIVER_IFP7XX_PAD) \
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/* 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 */
59#define KBD_MODES /* uses 2 modes, picker and line edit */ 60#define KBD_MODES /* uses 2 modes, picker and line edit */
60 61
@@ -85,7 +86,8 @@
85 || (CONFIG_KEYPAD == MROBE100_PAD) \ 86 || (CONFIG_KEYPAD == MROBE100_PAD) \
86 || (CONFIG_KEYPAD == SANSA_E200_PAD) \ 87 || (CONFIG_KEYPAD == SANSA_E200_PAD) \
87 || (CONFIG_KEYPAD == PHILIPS_HDD1630_PAD) \ 88 || (CONFIG_KEYPAD == PHILIPS_HDD1630_PAD) \
88 || (CONFIG_KEYPAD == PHILIPS_SA9200_PAD) 89 || (CONFIG_KEYPAD == PHILIPS_SA9200_PAD) \
90 || (CONFIG_KEYPAD == PBELL_VIBE500_PAD)
89/* certain key combos toggle input mode between keyboard input and Morse input */ 91/* certain key combos toggle input mode between keyboard input and Morse input */
90#define KBD_TOGGLE_INPUT 92#define KBD_TOGGLE_INPUT
91#endif 93#endif