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.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/firmware/export/config-mrobe100.h b/firmware/export/config-mrobe100.h
index e440f7c9a0..b1299a820a 100644
--- a/firmware/export/config-mrobe100.h
+++ b/firmware/export/config-mrobe100.h
@@ -90,6 +90,15 @@
90 90
91#define HAVE_BUTTONLIGHT_BRIGHTNESS 91#define HAVE_BUTTONLIGHT_BRIGHTNESS
92 92
93/* Define this if your LCD can be enabled/disabled */
94/* TODO: #define HAVE_LCD_ENABLE */
95
96/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
97 * should be defined as well.
98 * We can currently put the lcd to sleep but it won't wake up properly */
99/*TODO: #define HAVE_LCD_SLEEP*/
100/*TODO: #define HAVE_LCD_SLEEP_SETTING <= optional */
101
93#define BATTERY_CAPACITY_DEFAULT 720 /* default battery capacity */ 102#define BATTERY_CAPACITY_DEFAULT 720 /* default battery capacity */
94 103
95#ifndef SIMULATOR 104#ifndef SIMULATOR
@@ -132,14 +141,6 @@
132#define MAX_CONTRAST_SETTING 40 141#define MAX_CONTRAST_SETTING 40
133#define DEFAULT_CONTRAST_SETTING 20 142#define DEFAULT_CONTRAST_SETTING 20
134 143
135/* Define this if your LCD can be enabled/disabled */
136/* TODO: #define HAVE_LCD_ENABLE */
137
138/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
139 * should be defined as well.
140 * We can currently put the lcd to sleep but it won't wake up properly */
141/*TODO: #define HAVE_LCD_SLEEP*/
142/*TODO: #define HAVE_LCD_SLEEP_SETTING <= optional */
143 144
144/* We're able to shut off power to the HDD */ 145/* We're able to shut off power to the HDD */
145#define HAVE_ATA_POWER_OFF 146#define HAVE_ATA_POWER_OFF