summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 0082f3ab31..8871abcb88 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -139,6 +139,11 @@
139 * for example in hardware, but not controllable*/ 139 * for example in hardware, but not controllable*/
140#define BACKLIGHT_FADING_TARGET 0x8 140#define BACKLIGHT_FADING_TARGET 0x8
141 141
142/*include support for crossfading - requires significant PCM buffer space*/
143#if MEMORYSIZE > 2
144#define HAVE_CROSSFADE
145#endif
146
142/* CONFIG_CHARGING */ 147/* CONFIG_CHARGING */
143 148
144/* Generic types */ 149/* Generic types */