diff options
Diffstat (limited to 'apps/plugins/bounce.c')
| -rw-r--r-- | apps/plugins/bounce.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/bounce.c b/apps/plugins/bounce.c index db9e7a4..f83d993 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; |