From 9680244f4a4b8625922867dd27d3cc59d0356c7a Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Mon, 31 Aug 2009 21:11:32 +0000 Subject: * Fix plugin keymaps for VX777 * Enable plugins for VX777 * Fix VX777 simulator All done by Aaron DeMille. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22576 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/viewer.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/plugins/viewer.c') diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c index f2a3f9f..4d83dd0 100644 --- a/apps/plugins/viewer.c +++ b/apps/plugins/viewer.c @@ -329,6 +329,10 @@ PLUGIN_HEADER #define VIEWER_QUIT BUTTON_POWER #define VIEWER_MENU BUTTON_MENU +/* Onda VX777 keys */ +#elif CONFIG_KEYPAD == ONDAVX777_PAD +#define VIEWER_QUIT BUTTON_POWER + /* SAMSUNG YH-820 / YH-920 / YH-925 keys */ #elif CONFIG_KEYPAD == SAMSUNG_YH_PAD #define VIEWER_QUIT BUTTON_REC -- cgit v1.1