summaryrefslogtreecommitdiff
path: root/firmware/export/config-h10_5gb.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h10_5gb.h')
-rw-r--r--firmware/export/config-h10_5gb.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/firmware/export/config-h10_5gb.h b/firmware/export/config-h10_5gb.h
index 9ad7eede2e..35d54679eb 100644
--- a/firmware/export/config-h10_5gb.h
+++ b/firmware/export/config-h10_5gb.h
@@ -81,12 +81,11 @@
81#define BATTERY_TYPES_COUNT 1 /* only one type */ 81#define BATTERY_TYPES_COUNT 1 /* only one type */
82#define BATTERY_SCALE_FACTOR 5865 82#define BATTERY_SCALE_FACTOR 5865
83 83
84/* Hardware controlled charging? FIXME */ 84/* Hardware controlled charging */
85//#define CONFIG_CHARGING CHARGING_SIMPLE 85#define CONFIG_CHARGING CHARGING_SIMPLE
86 86
87/* define this if the hardware can be powered off while charging */ 87/* define this if the hardware can be powered off while charging */
88/* TODO: should this be set for the H10? */ 88#define HAVE_POWEROFF_WHILE_CHARGING
89//#define HAVE_POWEROFF_WHILE_CHARGING
90 89
91/* The start address index for ROM builds */ 90/* The start address index for ROM builds */
92#define ROM_START 0x00000000 91#define ROM_START 0x00000000
@@ -110,7 +109,7 @@
110/* #define USB_IPODSTYLE */ 109/* #define USB_IPODSTYLE */
111 110
112/* define this if the unit can be powered or charged via USB */ 111/* define this if the unit can be powered or charged via USB */
113/*#define HAVE_USB_POWER*/ 112#define HAVE_USB_POWER
114 113
115/* Virtual LED (icon) */ 114/* Virtual LED (icon) */
116#define CONFIG_LED LED_VIRTUAL 115#define CONFIG_LED LED_VIRTUAL