diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2007-05-04 17:15:55 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2007-05-04 17:15:55 +0000 |
| commit | a8140eb2597e6968dbd41e7dee3ea609c730d1bb (patch) | |
| tree | a7a3698e08dcedb294944ed517014e469d78a925 /apps | |
| parent | fd8dd686f4ebf1681b8c6aa3e9e94d0bb8dd76ad (diff) | |
| download | rockbox-a8140eb2597e6968dbd41e7dee3ea609c730d1bb.zip rockbox-a8140eb2597e6968dbd41e7dee3ea609c730d1bb.tar.gz rockbox-a8140eb2597e6968dbd41e7dee3ea609c730d1bb.tar.bz2 rockbox-a8140eb2597e6968dbd41e7dee3ea609c730d1bb.tar.xz | |
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
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/recorder/keyboard.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c index bb8e4e9..8c0d749 100644 --- a/apps/recorder/keyboard.c +++ b/apps/recorder/keyboard.c @@ -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 |