summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-cowond2.h2
-rw-r--r--firmware/export/config-mini2440.h5
2 files changed, 6 insertions, 1 deletions
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h
index 45bf90bbd0..f31c0a81c3 100644
--- a/firmware/export/config-cowond2.h
+++ b/firmware/export/config-cowond2.h
@@ -89,7 +89,7 @@
89#define CONFIG_KEYPAD COWOND2_PAD 89#define CONFIG_KEYPAD COWOND2_PAD
90#define HAVE_TOUCHSCREEN 90#define HAVE_TOUCHSCREEN
91#define HAVE_BUTTON_DATA 91#define HAVE_BUTTON_DATA
92 92
93/* The D2 has either a PCF50606 or PCF50635, RTC_D2 handles both */ 93/* The D2 has either a PCF50606 or PCF50635, RTC_D2 handles both */
94#define CONFIG_RTC RTC_D2 94#define CONFIG_RTC RTC_D2
95 95
diff --git a/firmware/export/config-mini2440.h b/firmware/export/config-mini2440.h
index b9d5dadf9c..83505d8994 100644
--- a/firmware/export/config-mini2440.h
+++ b/firmware/export/config-mini2440.h
@@ -71,6 +71,8 @@
71 71
72/* Keypad */ 72/* Keypad */
73#define CONFIG_KEYPAD MINI2440_PAD 73#define CONFIG_KEYPAD MINI2440_PAD
74#define HAVE_TOUCHSCREEN
75#define HAVE_BUTTON_DATA
74 76
75/* I2C */ 77/* I2C */
76/* We do not use currently use hardware I2C, but does not build without */ 78/* We do not use currently use hardware I2C, but does not build without */
@@ -108,6 +110,9 @@
108/* RMC TODO: what is this for?? */ 110/* RMC TODO: what is this for?? */
109/* define this if you have access to the pitchscreen */ 111/* define this if you have access to the pitchscreen */
110#define HAVE_PITCHSCREEN 112#define HAVE_PITCHSCREEN
113#define HAVE_QUICKSCREEN
114
115
111 116
112/* Define this if you do software codec */ 117/* Define this if you do software codec */
113#define CONFIG_CODEC SWCODEC 118#define CONFIG_CODEC SWCODEC