forked from len0rd/rockbox
Forgot to commit the change to keyboard.c to make the line edit mode acctually work on the c200. (belongs to r21373)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21381 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
582942016b
commit
78c3f1c8b3
1 changed files with 4 additions and 0 deletions
|
|
@ -82,6 +82,10 @@
|
|||
#define KBD_CURSOR_KEYS
|
||||
#define KBD_MODES
|
||||
|
||||
#elif CONFIG_KEYPAD == SANSA_C200_PAD
|
||||
#define KBD_CURSOR_KEYS
|
||||
#define KBD_MODES
|
||||
|
||||
#elif CONFIG_KEYPAD == MROBE100_PAD
|
||||
#define KBD_MORSE_INPUT
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue