summaryrefslogtreecommitdiff
path: root/apps/plugins/test_touchscreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/test_touchscreen.c')
-rw-r--r--apps/plugins/test_touchscreen.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/test_touchscreen.c b/apps/plugins/test_touchscreen.c
index 762c63e774..120ca8ac34 100644
--- a/apps/plugins/test_touchscreen.c
+++ b/apps/plugins/test_touchscreen.c
@@ -34,6 +34,9 @@
34#elif (CONFIG_KEYPAD == ONDAVX777_PAD) 34#elif (CONFIG_KEYPAD == ONDAVX777_PAD)
35#define TOUCHSCREEN_QUIT BUTTON_POWER 35#define TOUCHSCREEN_QUIT BUTTON_POWER
36#define TOUCHSCREEN_TOGGLE BUTTON_MENU 36#define TOUCHSCREEN_TOGGLE BUTTON_MENU
37#elif CONFIG_KEYPAD == CREATIVE_ZENXFI2_PAD
38#define TOUCHSCREEN_QUIT BUTTON_POWER
39#define TOUCHSCREEN_TOGGLE BUTTON_MENU
37#elif (CONFIG_KEYPAD == ANDROID_PAD) 40#elif (CONFIG_KEYPAD == ANDROID_PAD)
38#define TOUCHSCREEN_QUIT BUTTON_BACK 41#define TOUCHSCREEN_QUIT BUTTON_BACK
39#define TOUCHSCREEN_TOGGLE BUTTON_MENU 42#define TOUCHSCREEN_TOGGLE BUTTON_MENU