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:
parent
68d9fb95de
commit
88c60e6b07
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -421,6 +421,7 @@ Francisco Vila
|
|||
Christian Lees
|
||||
Rafaël Carré
|
||||
Denes Balatoni
|
||||
Roy Wallace
|
||||
|
||||
The libmad team
|
||||
The wavpack team
|
||||
|
|
Loading…
Reference in a new issue