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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index b86e31630a..f6ddb88af6 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -53,6 +53,10 @@
53/* Define this if you have a MAS3587F */ 53/* Define this if you have a MAS3587F */
54#define CONFIG_CODEC MAS3587F 54#define CONFIG_CODEC MAS3587F
55 55
56/* define this if you have a disk storage, i.e. something
57 that needs spinups and can cause skips when shaked */
58#define HAVE_DISK_STORAGE
59
56/* Define this for LCD backlight available */ 60/* Define this for LCD backlight available */
57#define HAVE_BACKLIGHT 61#define HAVE_BACKLIGHT
58 62