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 7b26169da7..dbf3271353 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -259,6 +259,16 @@ CONFIG_KEYPAD == MROBE500_PAD
259# define MINESWP_DISCOVER BUTTON_OK 259# define MINESWP_DISCOVER BUTTON_OK
260# define MINESWP_INFO BUTTON_MENU 260# define MINESWP_INFO BUTTON_MENU
261 261
262#elif CONFIG_KEYPAD == MPIO_HD200_PAD
263# define MINESWP_LEFT BUTTON_VOL_DOWN
264# define MINESWP_RIGHT BUTTON_VOL_UP
265# define MINESWP_UP BUTTON_PREV
266# define MINESWP_DOWN BUTTON_NEXT
267# define MINESWP_QUIT (BUTTON_REC|BUTTON_PLAY)
268# define MINESWP_TOGGLE BUTTON_PLAY
269# define MINESWP_DISCOVER BUTTON_SELECT
270# define MINESWP_INFO BUTTON_REC
271
262#else 272#else
263#error No keymap defined! 273#error No keymap defined!
264#endif 274#endif