summaryrefslogtreecommitdiff
path: root/firmware/export/config-cowond2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-cowond2.h')
-rw-r--r--firmware/export/config-cowond2.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h
index a2a1775500..1eef8f8ee5 100644
--- a/firmware/export/config-cowond2.h
+++ b/firmware/export/config-cowond2.h
@@ -89,13 +89,13 @@
89/* Define this for LCD backlight available */ 89/* Define this for LCD backlight available */
90#define HAVE_BACKLIGHT 90#define HAVE_BACKLIGHT
91 91
92/* TODO: Enable LCD brightness control */ 92/* Enable LCD brightness control */
93//#define HAVE_BACKLIGHT_BRIGHTNESS 93#define HAVE_BACKLIGHT_BRIGHTNESS
94 94
95/* Main LCD backlight brightness range and defaults */ 95/* Main LCD backlight brightness range and defaults */
96//#define MIN_BRIGHTNESS_SETTING 1 96#define MIN_BRIGHTNESS_SETTING 1
97//#define MAX_BRIGHTNESS_SETTING 10 97#define MAX_BRIGHTNESS_SETTING 14
98//#define DEFAULT_BRIGHTNESS_SETTING 8 98#define DEFAULT_BRIGHTNESS_SETTING 8
99 99
100#define CONFIG_I2C I2C_TCC780X 100#define CONFIG_I2C I2C_TCC780X
101 101