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.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/bounce.c b/apps/plugins/bounce.c
index aa373ea0d2..c3a0dc9657 100644
--- a/apps/plugins/bounce.c
+++ b/apps/plugins/bounce.c
@@ -228,6 +228,14 @@
228#define BOUNCE_QUIT (BUTTON_REC | BUTTON_REPEAT) 228#define BOUNCE_QUIT (BUTTON_REC | BUTTON_REPEAT)
229#define BOUNCE_MODE BUTTON_MENU 229#define BOUNCE_MODE BUTTON_MENU
230 230
231#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD
232#define BOUNCE_LEFT BUTTON_LEFT
233#define BOUNCE_RIGHT BUTTON_RIGHT
234#define BOUNCE_UP BUTTON_UP
235#define BOUNCE_DOWN BUTTON_DOWN
236#define BOUNCE_QUIT BUTTON_POWER
237#define BOUNCE_MODE BUTTON_PLAYPAUSE
238
231#else 239#else
232#error No keymap defined! 240#error No keymap defined!
233#endif 241#endif