1
0
Fork 0
forked from len0rd/rockbox

Enable KBD_CURSOR_KEYS and KBD_MODES on Gigabeat. Enter things any way you like.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13324 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2007-05-04 17:15:55 +00:00
parent fd8dd686f4
commit a8140eb259

View file

@ -71,6 +71,8 @@
#define KBD_MORSE_INPUT
#elif CONFIG_KEYPAD == GIGABEAT_PAD
#define KBD_CURSOR_KEYS
#define KBD_MODES
#define KBD_MORSE_INPUT
#endif