diff options
Diffstat (limited to 'apps/plugins/bounce.c')
| -rw-r--r-- | apps/plugins/bounce.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/bounce.c b/apps/plugins/bounce.c index a7f8e18..f193818 100644 --- a/apps/plugins/bounce.c +++ b/apps/plugins/bounce.c @@ -204,6 +204,14 @@ PLUGIN_HEADER #define BOUNCE_QUIT BUTTON_REC #define BOUNCE_MODE BUTTON_MENU +#elif CONFIG_KEYPAD == MPIO_HD200_PAD +#define BOUNCE_LEFT BUTTON_VOL_DOWN +#define BOUNCE_RIGHT BUTTON_VOL_UP +#define BOUNCE_UP BUTTON_PREV +#define BOUNCE_DOWN BUTTON_NEXT +#define BOUNCE_QUIT (BUTTON_REC | BUTTON_PLAY) +#define BOUNCE_MODE BUTTON_SELECT + #else #error No keymap defined! #endif |