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.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/bounce.c b/apps/plugins/bounce.c
index c0c757c009..151a61b07b 100644
--- a/apps/plugins/bounce.c
+++ b/apps/plugins/bounce.c
@@ -73,6 +73,12 @@ PLUGIN_HEADER
73#define BOUNCE_QUIT BUTTON_A 73#define BOUNCE_QUIT BUTTON_A
74#define BOUNCE_MODE BUTTON_POWER 74#define BOUNCE_MODE BUTTON_POWER
75 75
76#elif (CONFIG_KEYPAD == IRIVER_H10_PAD)
77#define BOUNCE_UP BUTTON_SCROLL_UP
78#define BOUNCE_DOWN BUTTON_SCROLL_DOWN
79#define BOUNCE_QUIT BUTTON_POWER
80#define BOUNCE_MODE BUTTON_PLAY
81
76#endif 82#endif
77 83
78static struct plugin_api* rb; 84static struct plugin_api* rb;