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 4a803a3..aa373ea 100644 --- a/apps/plugins/bounce.c +++ b/apps/plugins/bounce.c @@ -220,6 +220,14 @@ #define BOUNCE_QUIT (BUTTON_REC | BUTTON_PLAY) #define BOUNCE_MODE BUTTON_FUNC +#elif CONFIG_KEYPAD == MPIO_HD300_PAD +#define BOUNCE_LEFT BUTTON_REW +#define BOUNCE_RIGHT BUTTON_FF +#define BOUNCE_UP BUTTON_UP +#define BOUNCE_DOWN BUTTON_DOWN +#define BOUNCE_QUIT (BUTTON_REC | BUTTON_REPEAT) +#define BOUNCE_MODE BUTTON_MENU + #else #error No keymap defined! #endif |