summaryrefslogtreecommitdiff
path: root/apps/plugins/minesweeper.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/minesweeper.c')
-rw-r--r--apps/plugins/minesweeper.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c
index 4758a1f911..982bb8b67c 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -377,6 +377,9 @@ CONFIG_KEYPAD == MROBE500_PAD
377#define MINESWP_DISCOVER BUTTON_SELECT 377#define MINESWP_DISCOVER BUTTON_SELECT
378#define MINESWP_INFO BUTTON_MENU 378#define MINESWP_INFO BUTTON_MENU
379 379
380#elif (CONFIG_KEYPAD == DX50_PAD)
381# define MINESWP_QUIT (BUTTON_POWER|BUTTON_REL)
382
380#else 383#else
381#error No keymap defined! 384#error No keymap defined!
382#endif 385#endif