summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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