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.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c
index a1190d5a51..7d946b1c5d 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -224,7 +224,9 @@ enum minesweeper_status {
224# define MINESWP_DISCOVER BUTTON_SELECT 224# define MINESWP_DISCOVER BUTTON_SELECT
225# define MINESWP_INFO BUTTON_MENU 225# define MINESWP_INFO BUTTON_MENU
226 226
227#elif (CONFIG_KEYPAD == ONDAVX747_PAD) || CONFIG_KEYPAD == MROBE500_PAD 227#elif (CONFIG_KEYPAD == ONDAVX747_PAD) || \
228CONFIG_KEYPAD == ONDAVX777_PAD || \
229CONFIG_KEYPAD == MROBE500_PAD
228# define MINESWP_QUIT BUTTON_POWER 230# define MINESWP_QUIT BUTTON_POWER
229 231
230#elif (CONFIG_KEYPAD == SAMSUNG_YH_PAD) 232#elif (CONFIG_KEYPAD == SAMSUNG_YH_PAD)