summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansafuzev2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansafuzev2.h')
-rw-r--r--firmware/export/config/sansafuzev2.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h
index a21eb34f94..8b13217dce 100644
--- a/firmware/export/config/sansafuzev2.h
+++ b/firmware/export/config/sansafuzev2.h
@@ -61,10 +61,14 @@
61/* define this if you can invert the colours on your LCD */ 61/* define this if you can invert the colours on your LCD */
62//#define HAVE_LCD_INVERT 62//#define HAVE_LCD_INVERT
63 63
64 64#ifndef BOOTLOADER
65/* define this if you have a real-time clock */ 65/* define this if you have a real-time clock */
66#define CONFIG_RTC RTC_AS3514 66#define CONFIG_RTC RTC_AS3514
67 67
68/* Define if the device can wake from an RTC alarm */
69#define HAVE_RTC_ALARM
70#endif
71
68/* There is no hardware tone control */ 72/* There is no hardware tone control */
69#define HAVE_SW_TONE_CONTROLS 73#define HAVE_SW_TONE_CONTROLS
70 74