diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-04-16 13:32:21 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-04-16 13:32:21 +0000 |
| commit | 811da2b7594a3d40bd20a5f19ead4db114ff87a4 (patch) | |
| tree | 0ba4b02b4692a58898e974156a1cc014a9e8454e | |
| parent | 27df7b0b96686771b9fafba33d0a97b4d77f6206 (diff) | |
| download | rockbox-811da2b7594a3d40bd20a5f19ead4db114ff87a4.zip rockbox-811da2b7594a3d40bd20a5f19ead4db114ff87a4.tar.gz rockbox-811da2b7594a3d40bd20a5f19ead4db114ff87a4.tar.bz2 rockbox-811da2b7594a3d40bd20a5f19ead4db114ff87a4.tar.xz | |
two different keypads
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@99 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/CONFIG | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/CONFIG b/firmware/CONFIG index bb10c8a..6859315 100644 --- a/firmware/CONFIG +++ b/firmware/CONFIG @@ -12,5 +12,11 @@ /* define this if you have a charcell LCD display */ #define HAVE_LCD_CHARCELLS 1 +/* define this if you have the Recorder's 10-key keyboard */ +#define HAVE_RECORDER_KEYPAD 1 + +/* define this if you have the Player's keyboard */ +#define HAVE_PLAYER_KEYPAD 1 + /* define this if you compile a simulator (no actual HW) */ #define SIMULATOR 1 |