diff options
Diffstat (limited to 'apps/plugins/test_touchscreen.c')
| -rw-r--r-- | apps/plugins/test_touchscreen.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/test_touchscreen.c b/apps/plugins/test_touchscreen.c index 4d0c8a6..ae7e453 100644 --- a/apps/plugins/test_touchscreen.c +++ b/apps/plugins/test_touchscreen.c @@ -28,6 +28,9 @@ PLUGIN_HEADER #elif (CONFIG_KEYPAD == MROBE500_PAD) #define TOUCHSCREEN_QUIT BUTTON_POWER #define TOUCHSCREEN_TOGGLE BUTTON_RC_MODE +#elif (CONFIG_KEYPAD == ONDAVX747_PAD) +#define TOUCHSCREEN_QUIT BUTTON_POWER +#define TOUCHSCREEN_TOGGLE BUTTON_MENU #endif /* plugin entry point */ |