From b4a40eb6f3e1e296271fa147cfef110c89f56a45 Mon Sep 17 00:00:00 2001 From: Robert Menes Date: Thu, 10 Dec 2009 01:23:51 +0000 Subject: These are the last plugin keymaps needed for the GoGear SA9200. Left to add in: a 128x160 backdrop for rockblox to stop errors when compiling and then to finally enable plugins. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23915 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/cube.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/cube.c') diff --git a/apps/plugins/cube.c b/apps/plugins/cube.c index 686152c704..c38ec08994 100644 --- a/apps/plugins/cube.c +++ b/apps/plugins/cube.c @@ -246,7 +246,7 @@ PLUGIN_HEADER #define CUBE_INC BUTTON_UP #define CUBE_DEC BUTTON_DOWN #define CUBE_MODE BUTTON_MENU -#define CUBE_PAUSE BUTTON_SELECT +#define CUBE_PAUSE BUTTON_PLAY #define CUBE_HIGHSPEED BUTTON_RIGHT #elif CONFIG_KEYPAD == ONDAVX747_PAD -- cgit