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.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/bounce.c b/apps/plugins/bounce.c
index eb513bca8e..a7f8e1847d 100644
--- a/apps/plugins/bounce.c
+++ b/apps/plugins/bounce.c
@@ -196,6 +196,14 @@ PLUGIN_HEADER
196#define BOUNCE_QUIT BUTTON_FFWD 196#define BOUNCE_QUIT BUTTON_FFWD
197#define BOUNCE_MODE BUTTON_PLAY 197#define BOUNCE_MODE BUTTON_PLAY
198 198
199#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
200#define BOUNCE_LEFT BUTTON_PREV
201#define BOUNCE_RIGHT BUTTON_NEXT
202#define BOUNCE_UP BUTTON_UP
203#define BOUNCE_DOWN BUTTON_DOWN
204#define BOUNCE_QUIT BUTTON_REC
205#define BOUNCE_MODE BUTTON_MENU
206
199#else 207#else
200#error No keymap defined! 208#error No keymap defined!
201#endif 209#endif