diff options
| author | Szymon Dziok <b0hoon@o2.pl> | 2014-10-08 16:29:40 +0200 |
|---|---|---|
| committer | Szymon Dziok <b0hoon@o2.pl> | 2014-10-08 16:31:39 +0200 |
| commit | aa8ba60fea6b08957fc29cd28a9759ee7ecfdaf6 (patch) | |
| tree | 5480554c2d0ffceba840e420d720a283ac3a151e /firmware/export | |
| parent | 91bd7f1ebadf532853d587534c873b2b402bbc88 (diff) | |
| download | rockbox-aa8ba60fea6b08957fc29cd28a9759ee7ecfdaf6.zip rockbox-aa8ba60fea6b08957fc29cd28a9759ee7ecfdaf6.tar.gz rockbox-aa8ba60fea6b08957fc29cd28a9759ee7ecfdaf6.tar.bz2 rockbox-aa8ba60fea6b08957fc29cd28a9759ee7ecfdaf6.tar.xz | |
YH820/YH92X: Properly enable morse input.
Change-Id: I6a35d64d0859b7ef429919c260a69974d6fdfafb
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config/samsungyh820.h | 3 | ||||
| -rw-r--r-- | firmware/export/config/samsungyh920.h | 3 | ||||
| -rw-r--r-- | firmware/export/config/samsungyh925.h | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/firmware/export/config/samsungyh820.h b/firmware/export/config/samsungyh820.h index 74b5a77..fef914e 100644 --- a/firmware/export/config/samsungyh820.h +++ b/firmware/export/config/samsungyh820.h @@ -92,6 +92,9 @@ #define CONFIG_KEYPAD SAMSUNG_YH820_PAD +/* Define this to enable morse code input */ +#define HAVE_MORSE_INPUT + /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC diff --git a/firmware/export/config/samsungyh920.h b/firmware/export/config/samsungyh920.h index 9b378c8..a05ee94 100644 --- a/firmware/export/config/samsungyh920.h +++ b/firmware/export/config/samsungyh920.h @@ -92,6 +92,9 @@ #define CONFIG_KEYPAD SAMSUNG_YH920_PAD +/* Define this to enable morse code input */ +#define HAVE_MORSE_INPUT + /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC diff --git a/firmware/export/config/samsungyh925.h b/firmware/export/config/samsungyh925.h index 45a2d59..4816117 100644 --- a/firmware/export/config/samsungyh925.h +++ b/firmware/export/config/samsungyh925.h @@ -89,6 +89,9 @@ #define CONFIG_KEYPAD SAMSUNG_YH920_PAD +/* Define this to enable morse code input */ +#define HAVE_MORSE_INPUT + /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC |