summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2010-02-11 20:04:09 +0000
committerSzymon Dziok <b0hoon@o2.pl>2010-02-11 20:04:09 +0000
commitf8287b0e9f61e58a8001d4998c7942e072f439e8 (patch)
tree18f6a8de920d1732ed36a345615214e61bf24295 /firmware/export
parent446eda80c9be49eaa8c2830aeaa43ecaf3729908 (diff)
downloadrockbox-f8287b0e9f61e58a8001d4998c7942e072f439e8.tar.gz
rockbox-f8287b0e9f61e58a8001d4998c7942e072f439e8.zip
Packard Bell Vibe 500: correct main keymaps, enable full keyboard editing, enable morse input.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24600 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/vibe500.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/vibe500.h b/firmware/export/config/vibe500.h
index b63bfa7447..76ec17a113 100644
--- a/firmware/export/config/vibe500.h
+++ b/firmware/export/config/vibe500.h
@@ -72,6 +72,9 @@
72 72
73#define CONFIG_KEYPAD PBELL_VIBE500_PAD 73#define CONFIG_KEYPAD PBELL_VIBE500_PAD
74 74
75/* Define this to enable morse code input */
76#define HAVE_MORSE_INPUT
77
75/* Define this if you do software codec */ 78/* Define this if you do software codec */
76#define CONFIG_CODEC SWCODEC 79#define CONFIG_CODEC SWCODEC
77 80