From 27128710577bede4b50d13d2656c6db26e732bef Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Mon, 22 Dec 2008 18:52:54 +0000 Subject: 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 --- firmware/export/config-gigabeat-s.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'firmware/export/config-gigabeat-s.h') 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 @@ #define CONFIG_KEYPAD GIGABEAT_S_PAD +/* Define keyboard features */ +#define KBD_CURSOR_KEYS /* allow non-line edit cursor movement */ +#define KBD_MODES /* enable line edit */ +#define KBD_MORSE_INPUT /* enable morse code input */ + /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC -- cgit v1.2.3