From d6c8b57b507658ef2e45f73d1f00e9ea88ac8d34 Mon Sep 17 00:00:00 2001 From: Robert Kukla Date: Sat, 1 Mar 2008 22:55:09 +0000 Subject: M:Robe 100: add button definition/bitmaps to plugins and enable compilation git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16469 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bounce.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'apps/plugins/bounce.c') diff --git a/apps/plugins/bounce.c b/apps/plugins/bounce.c index db9e7a49a5..f83d99306a 100644 --- a/apps/plugins/bounce.c +++ b/apps/plugins/bounce.c @@ -99,6 +99,15 @@ PLUGIN_HEADER #define BOUNCE_DOWN BUTTON_DOWN #define BOUNCE_QUIT BUTTON_BACK #define BOUNCE_MODE BUTTON_MENU + +#elif (CONFIG_KEYPAD == MROBE100_PAD) +#define BOUNCE_UP BUTTON_UP +#define BOUNCE_DOWN BUTTON_DOWN +#define BOUNCE_QUIT BUTTON_POWER +#define BOUNCE_MODE BUTTON_DISPLAY + +#else +#error No keymap defined! #endif static struct plugin_api* rb; -- cgit v1.2.3