From 811da2b7594a3d40bd20a5f19ead4db114ff87a4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 16 Apr 2002 13:32:21 +0000 Subject: two different keypads git-svn-id: svn://svn.rockbox.org/rockbox/trunk@99 a1c6a512-1295-4272-9138-f99709370657 --- firmware/CONFIG | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/firmware/CONFIG b/firmware/CONFIG index bb10c8a7b9..6859315322 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 -- cgit v1.2.3