summaryrefslogtreecommitdiff
path: root/firmware/export/config-mrobe500.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-mrobe500.h')
-rw-r--r--firmware/export/config-mrobe500.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h
index b9b8ee65ab..3eab1209f4 100644
--- a/firmware/export/config-mrobe500.h
+++ b/firmware/export/config-mrobe500.h
@@ -96,6 +96,10 @@
96/* define this if you have a real-time clock */ 96/* define this if you have a real-time clock */
97#define CONFIG_RTC RTC_RX5X348AB 97#define CONFIG_RTC RTC_RX5X348AB
98 98
99/* define this if you have a disk storage, i.e. something
100 that needs spinups and can cause skips when shaked */
101#define HAVE_DISK_STORAGE
102
99/* Define this for LCD backlight available */ 103/* Define this for LCD backlight available */
100#define HAVE_BACKLIGHT 104#define HAVE_BACKLIGHT
101 105