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 acd33451c8..d83a24370b 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -391,6 +391,9 @@ CONFIG_KEYPAD == MROBE500_PAD
391#elif (CONFIG_KEYPAD == DX50_PAD) 391#elif (CONFIG_KEYPAD == DX50_PAD)
392# define MINESWP_QUIT (BUTTON_POWER|BUTTON_REL) 392# define MINESWP_QUIT (BUTTON_POWER|BUTTON_REL)
393 393
394#elif CONFIG_KEYPAD == CREATIVE_ZENXFI2_PAD
395# define MINESWP_QUIT BUTTON_POWER
396
394#else 397#else
395#error No keymap defined! 398#error No keymap defined!
396#endif 399#endif