summaryrefslogtreecommitdiff
path: root/firmware/export/config-mrobe100.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-mrobe100.h')
-rw-r--r--firmware/export/config-mrobe100.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-mrobe100.h b/firmware/export/config-mrobe100.h
index 0365bb381f..dd8b170f9e 100644
--- a/firmware/export/config-mrobe100.h
+++ b/firmware/export/config-mrobe100.h
@@ -4,8 +4,6 @@
4 4
5#define TARGET_TREE 5#define TARGET_TREE
6 6
7#define OLYMPUS_MROBE_100 1
8
9/* For Rolo and boot loader */ 7/* For Rolo and boot loader */
10#define MODEL_NUMBER 23 8#define MODEL_NUMBER 23
11#define MODEL_NAME "Olympus m:robe MR-100" 9#define MODEL_NAME "Olympus m:robe MR-100"
@@ -65,7 +63,9 @@
65 63
66/* Define this for LCD backlight available */ 64/* Define this for LCD backlight available */
67#define HAVE_BACKLIGHT 65#define HAVE_BACKLIGHT
68/* TODO #define HAVE_BACKLIGHT_BRIGHTNESS */ 66
67/* We can fade the backlight by using PWM */
68#define HAVE_BACKLIGHT_PWM_FADING
69 69
70/* Main LCD backlight brightness range and defaults */ 70/* Main LCD backlight brightness range and defaults */
71#define MIN_BRIGHTNESS_SETTING 1 71#define MIN_BRIGHTNESS_SETTING 1