mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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
|
#elif CONFIG_KEYPAD == SANSA_E200_PAD
|
||||||
#define KBD_CURSOR_KEYS
|
#define KBD_CURSOR_KEYS
|
||||||
#define KBD_MODES
|
#define KBD_MODES
|
||||||
|
|
||||||
|
#elif CONFIG_KEYPAD == MROBE100_PAD
|
||||||
|
#define KBD_MORSE_INPUT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct keyboard_parameters
|
struct keyboard_parameters
|
||||||
|
|
|
@ -421,6 +421,7 @@ Francisco Vila
|
||||||
Christian Lees
|
Christian Lees
|
||||||
Rafaël Carré
|
Rafaël Carré
|
||||||
Denes Balatoni
|
Denes Balatoni
|
||||||
|
Roy Wallace
|
||||||
|
|
||||||
The libmad team
|
The libmad team
|
||||||
The wavpack team
|
The wavpack team
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue