add morse input support to the Olympus m:robe 100, patch by Roy Wallace, FS#9450

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18741 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcoen Hirschberg 2008-10-08 11:02:51 +00:00
parent 68d9fb95de
commit 88c60e6b07
2 changed files with 4 additions and 0 deletions

View file

@ -79,6 +79,9 @@
#elif CONFIG_KEYPAD == SANSA_E200_PAD
#define KBD_CURSOR_KEYS
#define KBD_MODES
#elif CONFIG_KEYPAD == MROBE100_PAD
#define KBD_MORSE_INPUT
#endif
struct keyboard_parameters

View file

@ -421,6 +421,7 @@ Francisco Vila
Christian Lees
Rafaël Carré
Denes Balatoni
Roy Wallace
The libmad team
The wavpack team