summaryrefslogtreecommitdiff
path: root/firmware/export/config-hdd1630.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-hdd1630.h')
-rwxr-xr-xfirmware/export/config-hdd1630.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/firmware/export/config-hdd1630.h b/firmware/export/config-hdd1630.h
index 7ccad010fe..69ef99955d 100755
--- a/firmware/export/config-hdd1630.h
+++ b/firmware/export/config-hdd1630.h
@@ -108,15 +108,17 @@
108 108
109/* Define this for LCD backlight available */ 109/* Define this for LCD backlight available */
110#define HAVE_BACKLIGHT 110#define HAVE_BACKLIGHT
111/* #define HAVE_BACKLIGHT_BRIGHTNESS */ 111#define HAVE_BACKLIGHT_BRIGHTNESS
112/* #define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING */
112 113
113/* Main LCD backlight brightness range and defaults */ 114/* Main LCD backlight brightness range and defaults */
114#define MIN_BRIGHTNESS_SETTING 1 115#define MIN_BRIGHTNESS_SETTING 1
115#define MAX_BRIGHTNESS_SETTING 12 116#define MAX_BRIGHTNESS_SETTING 16
116#define DEFAULT_BRIGHTNESS_SETTING 6 117#define DEFAULT_BRIGHTNESS_SETTING 13 /* match OF brightness */
117 118
118/* define this if you have a light associated with the buttons */ 119/* define this if you have a light associated with the buttons */
119/* #define HAVE_BUTTON_LIGHT */ 120#define HAVE_BUTTON_LIGHT
121#define HAVE_BUTTONLIGHT_BRIGHTNESS
120 122
121#define BATTERY_CAPACITY_DEFAULT 630 /* default battery capacity */ 123#define BATTERY_CAPACITY_DEFAULT 630 /* default battery capacity */
122#define BATTERY_CAPACITY_MIN 630 /* min. capacity selectable */ 124#define BATTERY_CAPACITY_MIN 630 /* min. capacity selectable */