summaryrefslogtreecommitdiff
path: root/firmware/export/config-recorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-recorder.h')
-rw-r--r--firmware/export/config-recorder.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index 704e9e6d8d..89e19f32f6 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -9,7 +9,7 @@
9#define LCD_HEIGHT 64 9#define LCD_HEIGHT 64
10 10
11/* define this if you have the Recorder's 10-key keyboard */ 11/* define this if you have the Recorder's 10-key keyboard */
12#define HAVE_RECORDER_KEYPAD 1 12#define CONFIG_KEYPAD RECORDER_PAD
13 13
14/* define this if you have a real-time clock */ 14/* define this if you have a real-time clock */
15#define HAVE_RTC 1 15#define HAVE_RTC 1
@@ -17,10 +17,10 @@
17#ifndef SIMULATOR 17#ifndef SIMULATOR
18 18
19/* Define this if you have a MAS3587F */ 19/* Define this if you have a MAS3587F */
20#define HAVE_MAS3587F 20#define CONFIG_HWCODEC MAS3587F
21 21
22/* Define this if you have a SH7034 */ 22/* Define this if you have a SH7034 */
23#define HAVE_SH7034 23#define CONFIG_CPU SH7034
24 24
25/* Define this if you have charging control */ 25/* Define this if you have charging control */
26#define HAVE_CHARGE_CTRL 26#define HAVE_CHARGE_CTRL