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 7d361a2db2..071c5d786c 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -132,7 +132,9 @@ enum minesweeper_status {
132# define MINESWP_DISCOVER BUTTON_SELECT 132# define MINESWP_DISCOVER BUTTON_SELECT
133# define MINESWP_INFO (BUTTON_REC|BUTTON_REPEAT) 133# define MINESWP_INFO (BUTTON_REC|BUTTON_REPEAT)
134 134
135#elif (CONFIG_KEYPAD == SANSA_C200_PAD) || (CONFIG_KEYPAD == SANSA_CLIP_PAD) 135#elif (CONFIG_KEYPAD == SANSA_C200_PAD) || \
136(CONFIG_KEYPAD == SANSA_CLIP_PAD) || \
137(CONFIG_KEYPAD == SANSA_M200_PAD)
136# define MINESWP_LEFT BUTTON_LEFT 138# define MINESWP_LEFT BUTTON_LEFT
137# define MINESWP_RIGHT BUTTON_RIGHT 139# define MINESWP_RIGHT BUTTON_RIGHT
138# define MINESWP_UP BUTTON_UP 140# define MINESWP_UP BUTTON_UP