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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index 806ae0a079..ded20c9129 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -72,6 +72,9 @@
72/* Define this if the platform can charge batteries */ 72/* Define this if the platform can charge batteries */
73#define HAVE_CHARGING 1 73#define HAVE_CHARGING 1
74 74
75/* For units with a hardware charger that reports charge state */
76#define HAVE_CHARGE_STATE 1
77
75/* define this if the hardware can be powered off while charging */ 78/* define this if the hardware can be powered off while charging */
76#define HAVE_POWEROFF_WHILE_CHARGING 79#define HAVE_POWEROFF_WHILE_CHARGING
77 80