diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2009-06-20 11:03:52 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2009-06-20 11:03:52 +0000 |
| commit | 78c3f1c8b32d7a043b5928daf131d4ce128ec2ee (patch) | |
| tree | 748ab91797cad685a0c26b811541c2a2b3dc5f87 /apps | |
| parent | 582942016bdf3599952b343858ba9fb9785494e8 (diff) | |
| download | rockbox-78c3f1c8b32d7a043b5928daf131d4ce128ec2ee.zip rockbox-78c3f1c8b32d7a043b5928daf131d4ce128ec2ee.tar.gz rockbox-78c3f1c8b32d7a043b5928daf131d4ce128ec2ee.tar.bz2 rockbox-78c3f1c8b32d7a043b5928daf131d4ce128ec2ee.tar.xz | |
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
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/recorder/keyboard.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c index 6ad6ca1..32933cd 100644 --- a/apps/recorder/keyboard.c +++ b/apps/recorder/keyboard.c @@ -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 |