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 4d0c8a6744..ae7e453fd3 100644
--- a/apps/plugins/test_touchscreen.c
+++ b/apps/plugins/test_touchscreen.c
@@ -28,6 +28,9 @@ PLUGIN_HEADER
28#elif (CONFIG_KEYPAD == MROBE500_PAD) 28#elif (CONFIG_KEYPAD == MROBE500_PAD)
29#define TOUCHSCREEN_QUIT BUTTON_POWER 29#define TOUCHSCREEN_QUIT BUTTON_POWER
30#define TOUCHSCREEN_TOGGLE BUTTON_RC_MODE 30#define TOUCHSCREEN_TOGGLE BUTTON_RC_MODE
31#elif (CONFIG_KEYPAD == ONDAVX747_PAD)
32#define TOUCHSCREEN_QUIT BUTTON_POWER
33#define TOUCHSCREEN_TOGGLE BUTTON_MENU
31#endif 34#endif
32 35
33/* plugin entry point */ 36/* plugin entry point */