summaryrefslogtreecommitdiff
path: root/apps/recorder/keyboard.c
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2014-10-08 16:29:40 +0200
committerSzymon Dziok <b0hoon@o2.pl>2014-10-08 16:31:39 +0200
commitaa8ba60fea6b08957fc29cd28a9759ee7ecfdaf6 (patch)
tree5480554c2d0ffceba840e420d720a283ac3a151e /apps/recorder/keyboard.c
parent91bd7f1ebadf532853d587534c873b2b402bbc88 (diff)
downloadrockbox-aa8ba60fea6b08957fc29cd28a9759ee7ecfdaf6.tar.gz
rockbox-aa8ba60fea6b08957fc29cd28a9759ee7ecfdaf6.zip
YH820/YH92X: Properly enable morse input.
Change-Id: I6a35d64d0859b7ef429919c260a69974d6fdfafb
Diffstat (limited to 'apps/recorder/keyboard.c')
-rw-r--r--apps/recorder/keyboard.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c
index 0b51bc42c0..84cab9ae00 100644
--- a/apps/recorder/keyboard.c
+++ b/apps/recorder/keyboard.c
@@ -67,7 +67,9 @@
67 || (CONFIG_KEYPAD == PHILIPS_HDD6330_PAD) \ 67 || (CONFIG_KEYPAD == PHILIPS_HDD6330_PAD) \
68 || (CONFIG_KEYPAD == PHILIPS_SA9200_PAD) \ 68 || (CONFIG_KEYPAD == PHILIPS_SA9200_PAD) \
69 || (CONFIG_KEYPAD == PBELL_VIBE500_PAD) \ 69 || (CONFIG_KEYPAD == PBELL_VIBE500_PAD) \
70 || (CONFIG_KEYPAD == SANSA_CONNECT_PAD) 70 || (CONFIG_KEYPAD == SANSA_CONNECT_PAD) \
71 || (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
72
71/* certain key combos toggle input mode between keyboard input and Morse input */ 73/* certain key combos toggle input mode between keyboard input and Morse input */
72#define KBD_TOGGLE_INPUT 74#define KBD_TOGGLE_INPUT
73#endif 75#endif