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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bounce.c b/apps/plugins/bounce.c
index 40794241e6..46d9d88b21 100644
--- a/apps/plugins/bounce.c
+++ b/apps/plugins/bounce.c
@@ -63,7 +63,7 @@ PLUGIN_HEADER
63#define BOUNCE_QUIT (BUTTON_MENU | BUTTON_REL) 63#define BOUNCE_QUIT (BUTTON_MENU | BUTTON_REL)
64#define BOUNCE_MODE (BUTTON_SELECT | BUTTON_REL) 64#define BOUNCE_MODE (BUTTON_SELECT | BUTTON_REL)
65 65
66#elif (CONFIG_KEYPAD == IAUDIO_X5_PAD) 66#elif (CONFIG_KEYPAD == IAUDIO_X5M5_PAD)
67#define BOUNCE_UP BUTTON_UP 67#define BOUNCE_UP BUTTON_UP
68#define BOUNCE_DOWN BUTTON_DOWN 68#define BOUNCE_DOWN BUTTON_DOWN
69#define BOUNCE_QUIT BUTTON_POWER 69#define BOUNCE_QUIT BUTTON_POWER