From fef405c3288fa43572c1ed7a1ab692ff6e190804 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Tue, 7 Apr 2009 23:41:44 +0000 Subject: Enable plugins on the Onda VX747 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20647 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/oscilloscope.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/plugins/oscilloscope.c') diff --git a/apps/plugins/oscilloscope.c b/apps/plugins/oscilloscope.c index 5d55bb43b9..5b6d83e022 100644 --- a/apps/plugins/oscilloscope.c +++ b/apps/plugins/oscilloscope.c @@ -243,6 +243,11 @@ PLUGIN_HEADER #define OSCILLOSCOPE_VOL_UP BUTTON_VOL_UP #define OSCILLOSCOPE_VOL_DOWN BUTTON_VOL_DOWN +#elif CONFIG_KEYPAD == ONDAVX747_PAD +#define OSCILLOSCOPE_QUIT BUTTON_POWER +#define OSCILLOSCOPE_VOL_UP BUTTON_VOL_UP +#define OSCILLOSCOPE_VOL_DOWN BUTTON_VOL_DOWN + #else #error No keymap defined! #endif -- cgit v1.2.3