summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/config-player.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/config-player.h b/firmware/config-player.h
index cc3816a1cd..eb204fef34 100644
--- a/firmware/config-player.h
+++ b/firmware/config-player.h
@@ -3,3 +3,6 @@
3 3
4/* define this if you have the Player's keyboard */ 4/* define this if you have the Player's keyboard */
5#define HAVE_PLAYER_KEYPAD 1 5#define HAVE_PLAYER_KEYPAD 1
6
7/* define this if you have a post-4.50 charcell LCD display */
8#define HAVE_NEW_CHARCELL_LCD 1