summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/SOURCES2
-rw-r--r--firmware/export/config-iaudiox5.h6
2 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index a07d92bc4e..70edca4dc1 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -74,7 +74,9 @@ wormlet.c
74#endif 74#endif
75 75
76#ifdef CONFIG_RTC 76#ifdef CONFIG_RTC
77#if CONFIG_KEYPAD != IAUDIO_X5_PAD
77clock.c 78clock.c
79#endif
78#if CONFIG_KEYPAD == RECORDER_PAD /* Recorder models only for now */ 80#if CONFIG_KEYPAD == RECORDER_PAD /* Recorder models only for now */
79calendar.c 81calendar.c
80#endif 82#endif
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