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 ad67b1dd67..e0da928b02 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -311,6 +311,16 @@ CONFIG_KEYPAD == MROBE500_PAD
311# define MINESWP_DISCOVER BUTTON_SELECT 311# define MINESWP_DISCOVER BUTTON_SELECT
312# define MINESWP_INFO BUTTON_PREV 312# define MINESWP_INFO BUTTON_PREV
313 313
314#elif (CONFIG_KEYPAD == SAMSUNG_YPR0_PAD)
315# define MINESWP_LEFT BUTTON_LEFT
316# define MINESWP_RIGHT BUTTON_RIGHT
317# define MINESWP_UP BUTTON_UP
318# define MINESWP_DOWN BUTTON_DOWN
319# define MINESWP_QUIT BUTTON_BACK
320# define MINESWP_TOGGLE BUTTON_USER
321# define MINESWP_DISCOVER BUTTON_SELECT
322# define MINESWP_INFO BUTTON_MENU
323
314#else 324#else
315#error No keymap defined! 325#error No keymap defined!
316#endif 326#endif