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 0768c5963d..d0a8e8b48d 100644
--- a/apps/plugins/bounce.c
+++ b/apps/plugins/bounce.c
@@ -170,6 +170,14 @@ PLUGIN_HEADER
170#define BOUNCE_QUIT BUTTON_POWER 170#define BOUNCE_QUIT BUTTON_POWER
171#define BOUNCE_MODE BUTTON_MENU 171#define BOUNCE_MODE BUTTON_MENU
172 172
173#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
174#define BOUNCE_LEFT BUTTON_PREV
175#define BOUNCE_RIGHT BUTTON_NEXT
176#define BOUNCE_UP BUTTON_UP
177#define BOUNCE_DOWN BUTTON_DOWN
178#define BOUNCE_QUIT BUTTON_POWER
179#define BOUNCE_MODE BUTTON_MENU
180
173#elif (CONFIG_KEYPAD == ONDAVX747_PAD) 181#elif (CONFIG_KEYPAD == ONDAVX747_PAD)
174#define BOUNCE_QUIT BUTTON_POWER 182#define BOUNCE_QUIT BUTTON_POWER
175#define BOUNCE_MODE BUTTON_MENU 183#define BOUNCE_MODE BUTTON_MENU