summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodnano.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipodnano.h')
-rw-r--r--firmware/export/config-ipodnano.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h
index 8752181bb9..1d82ec4428 100644
--- a/firmware/export/config-ipodnano.h
+++ b/firmware/export/config-ipodnano.h
@@ -81,15 +81,14 @@
81/* Define this for LCD backlight available */ 81/* Define this for LCD backlight available */
82#define HAVE_BACKLIGHT 82#define HAVE_BACKLIGHT
83#define HAVE_BACKLIGHT_BRIGHTNESS 83#define HAVE_BACKLIGHT_BRIGHTNESS
84/* We can fade the backlight by using PWM */
85#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_PWM
84 86
85/* Main LCD backlight brightness range and defaults */ 87/* Main LCD backlight brightness range and defaults */
86#define MIN_BRIGHTNESS_SETTING 1 88#define MIN_BRIGHTNESS_SETTING 1
87#define MAX_BRIGHTNESS_SETTING 32 89#define MAX_BRIGHTNESS_SETTING 32
88#define DEFAULT_BRIGHTNESS_SETTING 16 90#define DEFAULT_BRIGHTNESS_SETTING 16
89 91
90/* We can fade the backlight by using PWM */
91#define HAVE_BACKLIGHT_PWM_FADING
92
93/* define this if the unit uses a scrollwheel for navigation */ 92/* define this if the unit uses a scrollwheel for navigation */
94#define HAVE_SCROLLWHEEL 93#define HAVE_SCROLLWHEEL
95/* define from which rotation speed [degree/sec] on the acceleration starts */ 94/* define from which rotation speed [degree/sec] on the acceleration starts */