summaryrefslogtreecommitdiff
path: root/firmware/export/config-yps3.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-yps3.h')
-rw-r--r--firmware/export/config-yps3.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-yps3.h b/firmware/export/config-yps3.h
index 2685f0228a..a1485eadad 100644
--- a/firmware/export/config-yps3.h
+++ b/firmware/export/config-yps3.h
@@ -72,8 +72,14 @@
72 should be defined as well. */ 72 should be defined as well. */
73//#define HAVE_LCD_SLEEP 73//#define HAVE_LCD_SLEEP
74 74
75/* We have button lights */
76#define HAVE_BUTTON_LIGHT
77
75#define CONFIG_KEYPAD MEIZU_M3_PAD 78#define CONFIG_KEYPAD MEIZU_M3_PAD
76 79
80/* We have headphone detection */
81#define HAVE_HEADPHONE_DETECTION
82
77//#define AB_REPEAT_ENABLE 1 83//#define AB_REPEAT_ENABLE 1
78//#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE 84//#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE
79 85