1
0
Fork 0
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:
Marianne Arnold 2009-06-20 11:03:52 +00:00
parent 582942016b
commit 78c3f1c8b3

View file

@ -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