diff options
Diffstat (limited to 'apps/plugins/bounce.c')
| -rw-r--r-- | apps/plugins/bounce.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/bounce.c b/apps/plugins/bounce.c index 7b59841..cad0379 100644 --- a/apps/plugins/bounce.c +++ b/apps/plugins/bounce.c @@ -58,6 +58,12 @@ PLUGIN_HEADER #define BOUNCE_QUIT (BUTTON_MENU | BUTTON_REL) #define BOUNCE_MODE (BUTTON_SELECT | BUTTON_REL) +#elif (CONFIG_KEYPAD == IAUDIO_X5_PAD) +#define BOUNCE_UP BUTTON_UP +#define BOUNCE_DOWN BUTTON_DOWN +#define BOUNCE_QUIT BUTTON_POWER +#define BOUNCE_MODE BUTTON_PLAY + #endif static struct plugin_api* rb; |