From f285a0f28b8ca282094ab10ffc7a53d337d58a3c Mon Sep 17 00:00:00 2001 From: Jean-Louis Biasini Date: Mon, 29 Jul 2013 20:03:22 +0300 Subject: [ONDAV VX777][simulator] fix missing keymaps in test_touchscreen Missing TOUCHSCREEN_QUIT and TOUCHSCREEN_TOGGLE define Change-Id: I3b9b3a1afc8e95ae95ca73ee9c31057d6e72098d Reviewed-on: http://gerrit.rockbox.org/531 Reviewed-by: Frank Gevaerts --- 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 b0804f7d06..762c63e774 100644 --- a/apps/plugins/test_touchscreen.c +++ b/apps/plugins/test_touchscreen.c @@ -31,6 +31,9 @@ #elif (CONFIG_KEYPAD == ONDAVX747_PAD) #define TOUCHSCREEN_QUIT BUTTON_POWER #define TOUCHSCREEN_TOGGLE BUTTON_MENU +#elif (CONFIG_KEYPAD == ONDAVX777_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.2.3