From 56ddddc274cf3fbefba2f7f634ca4bcb48778883 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 23 Oct 2007 15:40:51 +0000 Subject: make the first bunch of plugins compile for the mrobe. an earlier commit broke the loading though, need to sort that out git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15282 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/cube.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'apps/plugins/cube.c') diff --git a/apps/plugins/cube.c b/apps/plugins/cube.c index 3294b37..31faf32 100644 --- a/apps/plugins/cube.c +++ b/apps/plugins/cube.c @@ -191,6 +191,19 @@ PLUGIN_HEADER #define CUBE_PAUSE (BUTTON_PLAY | BUTTON_REL) #define CUBE_HIGHSPEED (BUTTON_FF | BUTTON_REL) +#elif CONFIG_KEYPAD == MROBE500_PAD +#define CUBE_QUIT BUTTON_POWER +#define CUBE_X_INC BUTTON_LEFT +#define CUBE_X_DEC BUTTON_RIGHT +#define CUBE_Y_INC BUTTON_RC_PLAY +#define CUBE_Y_DEC BUTTON_RC_DOWN +#define CUBE_Z_INC BUTTON_RC_VOL_UP +#define CUBE_Z_DEC BUTTON_RC_VOL_DOWN +#define CUBE_MODE BUTTON_RC_MODE +#define CUBE_PAUSE_PRE BUTTON_RC_HEART +#define CUBE_PAUSE (BUTTON_RC_HEART | BUTTON_REL) +#define CUBE_HIGHSPEED BUTTON_RC_HEART + #endif #ifdef HAVE_LCD_BITMAP -- cgit v1.1