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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/bounce.c b/apps/plugins/bounce.c
index e7a214dcbb..ee4c3e443c 100644
--- a/apps/plugins/bounce.c
+++ b/apps/plugins/bounce.c
@@ -174,6 +174,9 @@ PLUGIN_HEADER
174#define BOUNCE_QUIT BUTTON_POWER 174#define BOUNCE_QUIT BUTTON_POWER
175#define BOUNCE_MODE BUTTON_MENU 175#define BOUNCE_MODE BUTTON_MENU
176 176
177#elif CONFIG_KEYPAD == MROBE500_PAD
178#define BOUNCE_QUIT BUTTON_POWER
179
177#else 180#else
178#error No keymap defined! 181#error No keymap defined!
179#endif 182#endif