summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/CONFIG3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/CONFIG b/firmware/CONFIG
index 6859315322..3e38f9bad9 100644
--- a/firmware/CONFIG
+++ b/firmware/CONFIG
@@ -12,6 +12,9 @@
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 a post-4.50 charcell LCD display */
16#define HAVE_NEW_CHARCELL_LCD 1
17
15/* define this if you have the Recorder's 10-key keyboard */ 18/* define this if you have the Recorder's 10-key keyboard */
16#define HAVE_RECORDER_KEYPAD 1 19#define HAVE_RECORDER_KEYPAD 1
17 20