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.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/bounce.c b/apps/plugins/bounce.c
index 7b59841055..cad0379b50 100644
--- a/apps/plugins/bounce.c
+++ b/apps/plugins/bounce.c
@@ -58,6 +58,12 @@ PLUGIN_HEADER
58#define BOUNCE_QUIT (BUTTON_MENU | BUTTON_REL) 58#define BOUNCE_QUIT (BUTTON_MENU | BUTTON_REL)
59#define BOUNCE_MODE (BUTTON_SELECT | BUTTON_REL) 59#define BOUNCE_MODE (BUTTON_SELECT | BUTTON_REL)
60 60
61#elif (CONFIG_KEYPAD == IAUDIO_X5_PAD)
62#define BOUNCE_UP BUTTON_UP
63#define BOUNCE_DOWN BUTTON_DOWN
64#define BOUNCE_QUIT BUTTON_POWER
65#define BOUNCE_MODE BUTTON_PLAY
66
61#endif 67#endif
62 68
63static struct plugin_api* rb; 69static struct plugin_api* rb;