summaryrefslogtreecommitdiff
path: root/apps/plugins/brickmania.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/brickmania.c')
-rw-r--r--apps/plugins/brickmania.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c
index 96098a1f31..2f11cef24e 100644
--- a/apps/plugins/brickmania.c
+++ b/apps/plugins/brickmania.c
@@ -208,6 +208,9 @@ CONFIG_KEYPAD == SANSA_M200_PAD
208#define RIGHT BUTTON_VOL_UP 208#define RIGHT BUTTON_VOL_UP
209#define SELECT BUTTON_MENU 209#define SELECT BUTTON_MENU
210 210
211#elif CONFIG_KEYPAD == MROBE500_PAD
212#define QUIT BUTTON_POWER
213
211#else 214#else
212#error No keymap defined! 215#error No keymap defined!
213#endif 216#endif