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.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c
index 7d946b1c5d..4f27af671e 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -224,6 +224,16 @@ 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 == PHILIPS_SA9200_PAD
228# define MINESWP_LEFT BUTTON_PREV
229# define MINESWP_RIGHT BUTTON_NEXT
230# define MINESWP_UP BUTTON_UP
231# define MINESWP_DOWN BUTTON_DOWN
232# define MINESWP_QUIT BUTTON_POWER
233# define MINESWP_TOGGLE BUTTON_RIGHT
234# define MINESWP_DISCOVER BUTTON_PLAY
235# define MINESWP_INFO BUTTON_MENU
236
227#elif (CONFIG_KEYPAD == ONDAVX747_PAD) || \ 237#elif (CONFIG_KEYPAD == ONDAVX747_PAD) || \
228CONFIG_KEYPAD == ONDAVX777_PAD || \ 238CONFIG_KEYPAD == ONDAVX777_PAD || \
229CONFIG_KEYPAD == MROBE500_PAD 239CONFIG_KEYPAD == MROBE500_PAD