diff options
Diffstat (limited to 'firmware/export/config-h100.h')
-rw-r--r-- | firmware/export/config-h100.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index f250c5f862..dcb0e6d9f0 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -66,6 +66,10 @@ #define CONFIG_LCD LCD_S1D15E06 +/* define this if you have a disk storage, i.e. something + that needs spinups and can cause skips when shaked */ +#define HAVE_DISK_STORAGE + /* Define this for LCD backlight available */ #define HAVE_BACKLIGHT |