summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-iaudiox5.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index a8456bc846..c4e7e5000c 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -73,11 +73,17 @@
73/* Type of mobile power */ 73/* Type of mobile power */
74#define CONFIG_BATTERY BATT_LIPOL1300 74#define CONFIG_BATTERY BATT_LIPOL1300
75 75
76/* define this if you have a real-time clock */
77#define CONFIG_RTC RTC_PCF50606
78
76#define BATTERY_SCALE_FACTOR 23437 /* FIX: this value is picked at random */ 79#define BATTERY_SCALE_FACTOR 23437 /* FIX: this value is picked at random */
77 80
78/* Define this if you have ATA power-off control */ 81/* Define this if you have ATA power-off control */
79#define HAVE_ATA_POWER_OFF 82#define HAVE_ATA_POWER_OFF
80 83
84/* Virtual LED (icon) */
85#define CONFIG_LED LED_VIRTUAL
86
81/* Offset ( in the firmware file's header ) to the file CRC */ 87/* Offset ( in the firmware file's header ) to the file CRC */
82#define FIRMWARE_OFFSET_FILE_CRC 0 88#define FIRMWARE_OFFSET_FILE_CRC 0
83 89