summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2008-12-22 18:52:54 +0000
committerMichael Sevakis <jethead71@rockbox.org>2008-12-22 18:52:54 +0000
commit27128710577bede4b50d13d2656c6db26e732bef (patch)
treea804c62ac23ec88c9347a28bc1f2cc3db591d6ec
parented945e31c1d522d5d3c4998781e476d95a8170e9 (diff)
downloadrockbox-27128710577bede4b50d13d2656c6db26e732bef.tar.gz
rockbox-27128710577bede4b50d13d2656c6db26e732bef.zip
Gigabeat S: Enable keyboard line editing and morse code input.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19558 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-gigabeat-s.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h
index b4c30268ba..69028822f0 100644
--- a/firmware/export/config-gigabeat-s.h
+++ b/firmware/export/config-gigabeat-s.h
@@ -43,6 +43,11 @@
43 43
44#define CONFIG_KEYPAD GIGABEAT_S_PAD 44#define CONFIG_KEYPAD GIGABEAT_S_PAD
45 45
46/* Define keyboard features */
47#define KBD_CURSOR_KEYS /* allow non-line edit cursor movement */
48#define KBD_MODES /* enable line edit */
49#define KBD_MORSE_INPUT /* enable morse code input */
50
46/* Define this if you do software codec */ 51/* Define this if you do software codec */
47#define CONFIG_CODEC SWCODEC 52#define CONFIG_CODEC SWCODEC
48 53