two different keypads

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@99 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-04-16 13:32:21 +00:00
parent 27df7b0b96
commit 811da2b759

View file

@ -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