mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
two different keypads
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@99 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
27df7b0b96
commit
811da2b759
1 changed files with 6 additions and 0 deletions
|
@ -12,5 +12,11 @@
|
||||||
/* define this if you have a charcell LCD display */
|
/* define this if you have a charcell LCD display */
|
||||||
#define HAVE_LCD_CHARCELLS 1
|
#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 this if you compile a simulator (no actual HW) */
|
||||||
#define SIMULATOR 1
|
#define SIMULATOR 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue