summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/config-player.h2
-rw-r--r--firmware/config-playerold.h2
-rw-r--r--firmware/config-recorder.h3
3 files changed, 7 insertions, 0 deletions
diff --git a/firmware/config-player.h b/firmware/config-player.h
index 42c86fcdec..cc3816a1cd 100644
--- a/firmware/config-player.h
+++ b/firmware/config-player.h
@@ -1,3 +1,5 @@
1/* define this if you have a charcell LCD display */ 1/* define this if you have a charcell LCD display */
2#define HAVE_LCD_CHARCELLS 1 2#define HAVE_LCD_CHARCELLS 1
3 3
4/* define this if you have the Player's keyboard */
5#define HAVE_PLAYER_KEYPAD 1
diff --git a/firmware/config-playerold.h b/firmware/config-playerold.h
index 42c86fcdec..cc3816a1cd 100644
--- a/firmware/config-playerold.h
+++ b/firmware/config-playerold.h
@@ -1,3 +1,5 @@
1/* define this if you have a charcell LCD display */ 1/* define this if you have a charcell LCD display */
2#define HAVE_LCD_CHARCELLS 1 2#define HAVE_LCD_CHARCELLS 1
3 3
4/* define this if you have the Player's keyboard */
5#define HAVE_PLAYER_KEYPAD 1
diff --git a/firmware/config-recorder.h b/firmware/config-recorder.h
index 0a1279d9c8..6231172ec3 100644
--- a/firmware/config-recorder.h
+++ b/firmware/config-recorder.h
@@ -3,3 +3,6 @@
3 3
4/* define this if you have a bitmap LCD display */ 4/* define this if you have a bitmap LCD display */
5#define HAVE_LCD_BITMAP 1 5#define HAVE_LCD_BITMAP 1
6
7/* define this if you have the Recorder's 10-key keyboard */
8#define HAVE_RECORDER_KEYPAD 1