summaryrefslogtreecommitdiff
path: root/firmware/export/config-h300.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h300.h')
-rw-r--r--firmware/export/config-h300.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index f45b694fe0..2af426f048 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -114,6 +114,11 @@
114 114
115#ifndef SIMULATOR 115#ifndef SIMULATOR
116 116
117/* define this if the backlight thread is used for fade, not for sim, needs
118 * HAVE_BACKLIGHT_BRIGHTNESS */
119#define USE_BACKLIGHT_SW_FADING
120
121
117/* Define this if your LCD can be enabled/disabled */ 122/* Define this if your LCD can be enabled/disabled */
118#define HAVE_LCD_ENABLE 123#define HAVE_LCD_ENABLE
119 124