From 0486e5b93e422d0bd240439f02a8509a6c5bcbc5 Mon Sep 17 00:00:00 2001 From: Sebastian Leonhardt Date: Thu, 22 Feb 2018 23:42:29 +0100 Subject: Zen XFi2: Enable Plugins Keymaps aren't tested, there may be room for improvement. Change-Id: I6b8fe697899b241ea6e96f4fe446d88671ad7818 --- apps/plugins/test_touchscreen.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/plugins/test_touchscreen.c') diff --git a/apps/plugins/test_touchscreen.c b/apps/plugins/test_touchscreen.c index 762c63e..120ca8a 100644 --- a/apps/plugins/test_touchscreen.c +++ b/apps/plugins/test_touchscreen.c @@ -34,6 +34,9 @@ #elif (CONFIG_KEYPAD == ONDAVX777_PAD) #define TOUCHSCREEN_QUIT BUTTON_POWER #define TOUCHSCREEN_TOGGLE BUTTON_MENU +#elif CONFIG_KEYPAD == CREATIVE_ZENXFI2_PAD +#define TOUCHSCREEN_QUIT BUTTON_POWER +#define TOUCHSCREEN_TOGGLE BUTTON_MENU #elif (CONFIG_KEYPAD == ANDROID_PAD) #define TOUCHSCREEN_QUIT BUTTON_BACK #define TOUCHSCREEN_TOGGLE BUTTON_MENU -- cgit v1.1