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 e932a0ebb9..e7e88cc876 100644
--- a/apps/plugins/bounce.c
+++ b/apps/plugins/bounce.c
@@ -155,6 +155,14 @@ PLUGIN_HEADER
155#define BOUNCE_QUIT BUTTON_BACK 155#define BOUNCE_QUIT BUTTON_BACK
156#define BOUNCE_MODE BUTTON_MENU 156#define BOUNCE_MODE BUTTON_MENU
157 157
158#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD
159#define BOUNCE_LEFT BUTTON_LEFT
160#define BOUNCE_RIGHT BUTTON_RIGHT
161#define BOUNCE_UP BUTTON_UP
162#define BOUNCE_DOWN BUTTON_DOWN
163#define BOUNCE_QUIT BUTTON_POWER
164#define BOUNCE_MODE BUTTON_MENU
165
158#else 166#else
159#error No keymap defined! 167#error No keymap defined!
160#endif 168#endif