summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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