summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config/ipod6g.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h
index adc9fd1d78..11d77c2017 100644
--- a/firmware/export/config/ipod6g.h
+++ b/firmware/export/config/ipod6g.h
@@ -102,6 +102,10 @@
102//#define AB_REPEAT_ENABLE 102//#define AB_REPEAT_ENABLE
103//#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE 103//#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE
104 104
105/* define this if you have a disk storage, i.e. something
106 that needs spinups and can cause skips when shaked */
107#define HAVE_DISK_STORAGE
108
105/* Define this to enable morse code input */ 109/* Define this to enable morse code input */
106#define HAVE_MORSE_INPUT 110#define HAVE_MORSE_INPUT
107 111