diff options
Diffstat (limited to 'apps/plugins/bounce.c')
| -rw-r--r-- | apps/plugins/bounce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bounce.c b/apps/plugins/bounce.c index 4079424..46d9d88 100644 --- a/apps/plugins/bounce.c +++ b/apps/plugins/bounce.c @@ -63,7 +63,7 @@ PLUGIN_HEADER #define BOUNCE_QUIT (BUTTON_MENU | BUTTON_REL) #define BOUNCE_MODE (BUTTON_SELECT | BUTTON_REL) -#elif (CONFIG_KEYPAD == IAUDIO_X5_PAD) +#elif (CONFIG_KEYPAD == IAUDIO_X5M5_PAD) #define BOUNCE_UP BUTTON_UP #define BOUNCE_DOWN BUTTON_DOWN #define BOUNCE_QUIT BUTTON_POWER |