summaryrefslogtreecommitdiff
path: root/firmware/export/config-iaudiox5.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-iaudiox5.h')
-rw-r--r--firmware/export/config-iaudiox5.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index b33bae913b..2a16bafc07 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -77,12 +77,15 @@
77 77
78/* Type of mobile power */ 78/* Type of mobile power */
79#define CONFIG_BATTERY BATT_LIPOL1300 79#define CONFIG_BATTERY BATT_LIPOL1300
80#define BATTERY_CAPACITY_MIN 950 /* min. capacity selectable */
81#define BATTERY_CAPACITY_MAX 2250 /* max. capacity selectable */
82#define BATTERY_CAPACITY_INC 50 /* capacity increment */
83#define BATTERY_TYPES_COUNT 1 /* only one type */
84#define BATTERY_SCALE_FACTOR 23437 /* FIX: this value is picked at random */
80 85
81/* define this if you have a real-time clock */ 86/* define this if you have a real-time clock */
82#define CONFIG_RTC RTC_PCF50606 87#define CONFIG_RTC RTC_PCF50606
83 88
84#define BATTERY_SCALE_FACTOR 23437 /* FIX: this value is picked at random */
85
86/* Define this if you have ATA power-off control */ 89/* Define this if you have ATA power-off control */
87#define HAVE_ATA_POWER_OFF 90#define HAVE_ATA_POWER_OFF
88 91