summaryrefslogtreecommitdiff
path: root/firmware/export/config-mini2440.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-mini2440.h')
-rw-r--r--firmware/export/config-mini2440.h5
1 files changed, 5 insertions, 0 deletions
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