summaryrefslogtreecommitdiff
path: root/firmware/export/config-h120.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h120.h')
-rw-r--r--firmware/export/config-h120.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index 9cea95eb6f..c75734f7b7 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -53,6 +53,10 @@
53/* Define this if you do software codec */ 53/* Define this if you do software codec */
54#define CONFIG_CODEC SWCODEC 54#define CONFIG_CODEC SWCODEC
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 if you have an remote lcd */ 60/* Define this if you have an remote lcd */
57#define HAVE_REMOTE_LCD 61#define HAVE_REMOTE_LCD
58 62