diff options
Diffstat (limited to 'firmware/export/config-iaudiom5.h')
-rw-r--r-- | firmware/export/config-iaudiom5.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-iaudiom5.h b/firmware/export/config-iaudiom5.h index a5b0f3d7bd..eb3b1216eb 100644 --- a/firmware/export/config-iaudiom5.h +++ b/firmware/export/config-iaudiom5.h @@ -78,6 +78,10 @@ /* Define this for LCD backlight available */ #define HAVE_BACKLIGHT +/* 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 if you have a software controlled poweroff */ #define HAVE_SW_POWEROFF |