summaryrefslogtreecommitdiff
path: root/firmware/CONFIG
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/CONFIG')
-rw-r--r--firmware/CONFIG25
1 files changed, 0 insertions, 25 deletions
diff --git a/firmware/CONFIG b/firmware/CONFIG
deleted file mode 100644
index 3e38f9bad9..0000000000
--- a/firmware/CONFIG
+++ /dev/null
@@ -1,25 +0,0 @@
1/*
2 * Config template file. Contains and describes all possibile config
3 * items. Don't actually use this file, this is plain documentation.
4 */
5
6/* define this if you have recording possibility */
7#define HAVE_RECORDING 1
8
9/* define this if you have a bitmap LCD display */
10#define HAVE_LCD_BITMAP 1
11
12/* define this if you have a charcell LCD display */
13#define HAVE_LCD_CHARCELLS 1
14
15/* define this if you have a post-4.50 charcell LCD display */
16#define HAVE_NEW_CHARCELL_LCD 1
17
18/* define this if you have the Recorder's 10-key keyboard */
19#define HAVE_RECORDER_KEYPAD 1
20
21/* define this if you have the Player's keyboard */
22#define HAVE_PLAYER_KEYPAD 1
23
24/* define this if you compile a simulator (no actual HW) */
25#define SIMULATOR 1