summaryrefslogtreecommitdiff
path: root/firmware/export/config/iaudiox5.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2018-12-23 21:57:44 -0500
committerSolomon Peachy <pizza@shaftnet.org>2018-12-25 08:51:33 -0500
commit9b3f22ac3af7f89f8b70aa2580435fbb9a5cf052 (patch)
tree28bc7757687866651a0dfe6b47e72f6577c9569c /firmware/export/config/iaudiox5.h
parentdf1d38601963a3bf5cb03dc6425a61df6b300933 (diff)
downloadrockbox-9b3f22ac3af7f89f8b70aa2580435fbb9a5cf052.tar.gz
rockbox-9b3f22ac3af7f89f8b70aa2580435fbb9a5cf052.zip
FS#7814 - Enable RTC Alarms on H300, X5, and M5
Original patch by Alexander Spyridakis Modified by Steve Bavin and Igor Poretsky Keymap fixes by Marianne Arnold Change-Id: I5a252d97d2b05c533e048931f7354f4261f76499
Diffstat (limited to 'firmware/export/config/iaudiox5.h')
-rw-r--r--firmware/export/config/iaudiox5.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/iaudiox5.h b/firmware/export/config/iaudiox5.h
index 62f6d595e3..d74c4472e9 100644
--- a/firmware/export/config/iaudiox5.h
+++ b/firmware/export/config/iaudiox5.h
@@ -100,6 +100,9 @@
100/* define this if you have a real-time clock */ 100/* define this if you have a real-time clock */
101#define CONFIG_RTC RTC_PCF50606 101#define CONFIG_RTC RTC_PCF50606
102 102
103/* define this if you have a real-time clock alarm */
104#define HAVE_RTC_ALARM
105
103/* Define this if you have an remote lcd */ 106/* Define this if you have an remote lcd */
104#define HAVE_REMOTE_LCD 107#define HAVE_REMOTE_LCD
105 108