From 92fb1df03aa1d7cd33bb07f7222e36e954409e52 Mon Sep 17 00:00:00 2001 From: Teruaki Kawashima Date: Sun, 8 Nov 2009 13:14:50 +0000 Subject: FS#10338: Add "use morse input " entry to settings menu * Remember last used text input mode (keyboard or morse input) in settings. * Add setting "Use Morse Code Input" under Settings -> General Settings -> System. Now it is possible for some of targets without button combo for changing input mode to use morse input by changing the setting. it's not possible for them to change input mode during in the keyboard screen of course. There are still targets without morse input mode. Flyspray: FS#10338 Author: myself, David Johnston git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23567 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-fmrecorder.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config-fmrecorder.h') diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index 97dc52ebb5..d9f3a95f3e 100644 --- a/firmware/export/config-fmrecorder.h +++ b/firmware/export/config-fmrecorder.h @@ -48,6 +48,9 @@ /* define this if you have a Recorder style 10-key keyboard */ #define CONFIG_KEYPAD RECORDER_PAD +/* Define this to enable morse code input */ +#define HAVE_MORSE_INPUT + /* define this if you have a real-time clock */ #define CONFIG_RTC RTC_M41ST84W -- cgit v1.2.3