mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
Gigabeat S: Enable keyboard line editing and morse code input.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19558 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ed945e31c1
commit
2712871057
1 changed files with 5 additions and 0 deletions
|
|
@ -43,6 +43,11 @@
|
|||
|
||||
#define CONFIG_KEYPAD GIGABEAT_S_PAD
|
||||
|
||||
/* Define keyboard features */
|
||||
#define KBD_CURSOR_KEYS /* allow non-line edit cursor movement */
|
||||
#define KBD_MODES /* enable line edit */
|
||||
#define KBD_MORSE_INPUT /* enable morse code input */
|
||||
|
||||
/* Define this if you do software codec */
|
||||
#define CONFIG_CODEC SWCODEC
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue