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 14bc7dea98..8baec546ce 100644
--- a/apps/plugins/bounce.c
+++ b/apps/plugins/bounce.c
@@ -177,6 +177,14 @@ PLUGIN_HEADER
177#elif CONFIG_KEYPAD == MROBE500_PAD 177#elif CONFIG_KEYPAD == MROBE500_PAD
178#define BOUNCE_QUIT BUTTON_POWER 178#define BOUNCE_QUIT BUTTON_POWER
179 179
180#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD
181#define BOUNCE_LEFT BUTTON_LEFT
182#define BOUNCE_RIGHT BUTTON_RIGHT
183#define BOUNCE_UP BUTTON_UP
184#define BOUNCE_DOWN BUTTON_DOWN
185#define BOUNCE_QUIT BUTTON_FFWD
186#define BOUNCE_MODE BUTTON_PLAY
187
180#else 188#else
181#error No keymap defined! 189#error No keymap defined!
182#endif 190#endif