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 eac6933815..9373050292 100644
--- a/apps/plugins/bounce.c
+++ b/apps/plugins/bounce.c
@@ -82,6 +82,12 @@ PLUGIN_HEADER
82#define BOUNCE_QUIT BUTTON_POWER 82#define BOUNCE_QUIT BUTTON_POWER
83#define BOUNCE_MODE BUTTON_SELECT 83#define BOUNCE_MODE BUTTON_SELECT
84 84
85#elif CONFIG_KEYPAD == SANSA_C200_PAD
86#define BOUNCE_UP BUTTON_UP
87#define BOUNCE_DOWN BUTTON_DOWN
88#define BOUNCE_QUIT BUTTON_POWER
89#define BOUNCE_MODE BUTTON_SELECT
90
85#elif (CONFIG_KEYPAD == IRIVER_H10_PAD) 91#elif (CONFIG_KEYPAD == IRIVER_H10_PAD)
86#define BOUNCE_UP BUTTON_SCROLL_UP 92#define BOUNCE_UP BUTTON_SCROLL_UP
87#define BOUNCE_DOWN BUTTON_SCROLL_DOWN 93#define BOUNCE_DOWN BUTTON_SCROLL_DOWN