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 bc9d102236..adecc00502 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -277,6 +277,16 @@ CONFIG_KEYPAD == MROBE500_PAD
277# define MINESWP_DISCOVER BUTTON_FUNC 277# define MINESWP_DISCOVER BUTTON_FUNC
278# define MINESWP_INFO BUTTON_REC 278# define MINESWP_INFO BUTTON_REC
279 279
280#elif CONFIG_KEYPAD == MPIO_HD300_PAD
281# define MINESWP_LEFT BUTTON_MENU
282# define MINESWP_RIGHT BUTTON_ENTER
283# define MINESWP_UP BUTTON_UP
284# define MINESWP_DOWN BUTTON_DOWN
285# define MINESWP_QUIT BUTTON_REC
286# define MINESWP_TOGGLE BUTTON_PLAY
287# define MINESWP_DISCOVER BUTTON_FF
288# define MINESWP_INFO BUTTON_REW
289
280#else 290#else
281#error No keymap defined! 291#error No keymap defined!
282#endif 292#endif