summaryrefslogtreecommitdiff
path: root/apps/plugins/bounce.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bounce.c')
-rw-r--r--apps/plugins/bounce.c9
1 files changed, 9 insertions, 0 deletions
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
99#define BOUNCE_DOWN BUTTON_DOWN 99#define BOUNCE_DOWN BUTTON_DOWN
100#define BOUNCE_QUIT BUTTON_BACK 100#define BOUNCE_QUIT BUTTON_BACK
101#define BOUNCE_MODE BUTTON_MENU 101#define BOUNCE_MODE BUTTON_MENU
102
103#elif (CONFIG_KEYPAD == MROBE100_PAD)
104#define BOUNCE_UP BUTTON_UP
105#define BOUNCE_DOWN BUTTON_DOWN
106#define BOUNCE_QUIT BUTTON_POWER
107#define BOUNCE_MODE BUTTON_DISPLAY
108
109#else
110#error No keymap defined!
102#endif 111#endif
103 112
104static struct plugin_api* rb; 113static struct plugin_api* rb;