From b7f728d13880b3c92650c2f5d7bcd0f369e1089c Mon Sep 17 00:00:00 2001 From: Teruaki Kawashima Date: Sat, 16 Jan 2010 13:54:10 +0000 Subject: FS#10785: Add new context CONTEXT_MORSE_INPUT for keymaps which is used during morse input mode in virtual keyboard. This will enable to use morse input on targets that doesn't have enough key for both the keyboard and morse input in one context. Enable morse input on archosondio as an example. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24250 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/archosondiofm.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config/archosondiofm.h') diff --git a/firmware/export/config/archosondiofm.h b/firmware/export/config/archosondiofm.h index b14f113244..c49f11a473 100644 --- a/firmware/export/config/archosondiofm.h +++ b/firmware/export/config/archosondiofm.h @@ -38,6 +38,9 @@ /* define this if you have an Ondio style 6-key keyboard */ #define CONFIG_KEYPAD ONDIO_PAD +/* Define this to enable morse code input */ +#define HAVE_MORSE_INPUT + #define AB_REPEAT_ENABLE 1 #define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE -- cgit v1.2.3