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/matrix.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/plugins/matrix.c') diff --git a/apps/plugins/matrix.c b/apps/plugins/matrix.c index 12ec4e9093..5b0a371fe8 100644 --- a/apps/plugins/matrix.c +++ b/apps/plugins/matrix.c @@ -133,7 +133,9 @@ extern const fb_data matrix_normal[]; #define MATRIX_SLEEP_LESS BUTTON_DOWN #define MATRIX_PAUSE BUTTON_SELECT -#elif (CONFIG_KEYPAD == ONDAVX747_PAD) || CONFIG_KEYPAD == MROBE500_PAD +#elif (CONFIG_KEYPAD == ONDAVX747_PAD) || \ +CONFIG_KEYPAD == ONDAVX777_PAD || \ +CONFIG_KEYPAD == MROBE500_PAD #define MATRIX_EXIT BUTTON_POWER #elif CONFIG_KEYPAD == SAMSUNG_YH_PAD -- cgit v1.2.3