summaryrefslogtreecommitdiff
path: root/firmware/export/config-e200.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-e200.h')
-rw-r--r--firmware/export/config-e200.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index 2be64d95cc..7fba79679c 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -101,6 +101,9 @@
101#define HAVE_BACKLIGHT 101#define HAVE_BACKLIGHT
102#define HAVE_BACKLIGHT_BRIGHTNESS 102#define HAVE_BACKLIGHT_BRIGHTNESS
103 103
104/* Which backlight fading type? */
105#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING
106
104/* define this if the unit uses a scrollwheel for navigation */ 107/* define this if the unit uses a scrollwheel for navigation */
105#define HAVE_SCROLLWHEEL 108#define HAVE_SCROLLWHEEL
106/* define from which rotation speed [degree/sec] on the acceleration starts */ 109/* define from which rotation speed [degree/sec] on the acceleration starts */
@@ -135,12 +138,6 @@
135/** Non-simulator section **/ 138/** Non-simulator section **/
136#ifndef SIMULATOR 139#ifndef SIMULATOR
137 140
138/* define this if the backlight thread is used for fade, not for sim, needs
139 * HAVE_BACKLIGHT_BRIGHTNESS */
140#ifndef BOOTLOADER
141#define USE_BACKLIGHT_SW_FADING
142#endif
143
144/* Define this if you have a PortalPlayer PP5024 */ 141/* Define this if you have a PortalPlayer PP5024 */
145#define CONFIG_CPU PP5024 142#define CONFIG_CPU PP5024
146 143