summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-h100.h3
-rw-r--r--firmware/export/config-h120.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 87598c208e..d35a35bb60 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -78,6 +78,9 @@
78/* Define this if the platform can charge batteries */ 78/* Define this if the platform can charge batteries */
79#define HAVE_CHARGING 1 79#define HAVE_CHARGING 1
80 80
81/* For units with a hardware charger that reports charge state */
82#define HAVE_CHARGE_STATE 1
83
81/* define this if the hardware can be powered off while charging */ 84/* define this if the hardware can be powered off while charging */
82#define HAVE_POWEROFF_WHILE_CHARGING 85#define HAVE_POWEROFF_WHILE_CHARGING
83 86
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index fd62243d8a..8426940da8 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -73,6 +73,9 @@
73/* Define this if the platform can charge batteries */ 73/* Define this if the platform can charge batteries */
74#define HAVE_CHARGING 1 74#define HAVE_CHARGING 1
75 75
76/* For units with a hardware charger that reports charge state */
77#define HAVE_CHARGE_STATE 1
78
76/* define this if the hardware can be powered off while charging */ 79/* define this if the hardware can be powered off while charging */
77#define HAVE_POWEROFF_WHILE_CHARGING 80#define HAVE_POWEROFF_WHILE_CHARGING
78 81