summaryrefslogtreecommitdiff
path: root/firmware/config-fmrecorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/config-fmrecorder.h')
-rw-r--r--firmware/config-fmrecorder.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/firmware/config-fmrecorder.h b/firmware/config-fmrecorder.h
new file mode 100644
index 0000000000..ed3454ff7e
--- /dev/null
+++ b/firmware/config-fmrecorder.h
@@ -0,0 +1,23 @@
1/* define this if you have recording possibility */
2#define HAVE_RECORDING 1
3
4/* define this if you have a bitmap LCD display */
5#define HAVE_LCD_BITMAP 1
6
7/* define this if you have a Recorder style 10-key keyboard */
8#define HAVE_RECORDER_KEYPAD 1
9
10/* define this if you have a real-time clock */
11#define HAVE_RTC 1
12
13/* Define this if you have a MAS3587F */
14#define HAVE_MAS3587F
15
16/* Define this if you have charging control */
17#define HAVE_CHARGE_CTRL
18
19/* Define this if you have ATA power-off control */
20#define HAVE_ATA_POWER_OFF
21
22/* Define this if you have a FM Recorder key system */
23#define HAVE_FMADC 1