summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-04-16 13:32:21 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-04-16 13:32:21 +0000
commit811da2b7594a3d40bd20a5f19ead4db114ff87a4 (patch)
tree0ba4b02b4692a58898e974156a1cc014a9e8454e
parent27df7b0b96686771b9fafba33d0a97b4d77f6206 (diff)
downloadrockbox-811da2b7594a3d40bd20a5f19ead4db114ff87a4.tar.gz
rockbox-811da2b7594a3d40bd20a5f19ead4db114ff87a4.zip
two different keypads
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@99 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/CONFIG6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/CONFIG b/firmware/CONFIG
index bb10c8a7b9..6859315322 100644
--- a/firmware/CONFIG
+++ b/firmware/CONFIG
@@ -12,5 +12,11 @@
12/* define this if you have a charcell LCD display */ 12/* define this if you have a charcell LCD display */
13#define HAVE_LCD_CHARCELLS 1 13#define HAVE_LCD_CHARCELLS 1
14 14
15/* define this if you have the Recorder's 10-key keyboard */
16#define HAVE_RECORDER_KEYPAD 1
17
18/* define this if you have the Player's keyboard */
19#define HAVE_PLAYER_KEYPAD 1
20
15/* define this if you compile a simulator (no actual HW) */ 21/* define this if you compile a simulator (no actual HW) */
16#define SIMULATOR 1 22#define SIMULATOR 1