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 1805c2251a..7b26169da7 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -249,6 +249,16 @@ CONFIG_KEYPAD == MROBE500_PAD
249# define MINESWP_DISCOVER BUTTON_REW 249# define MINESWP_DISCOVER BUTTON_REW
250# define MINESWP_INFO BUTTON_FFWD 250# define MINESWP_INFO BUTTON_FFWD
251 251
252#elif (CONFIG_KEYPAD == PBELL_VIBE500_PAD)
253# define MINESWP_LEFT BUTTON_PREV
254# define MINESWP_RIGHT BUTTON_NEXT
255# define MINESWP_UP BUTTON_UP
256# define MINESWP_DOWN BUTTON_DOWN
257# define MINESWP_QUIT BUTTON_REC
258# define MINESWP_TOGGLE BUTTON_PLAY
259# define MINESWP_DISCOVER BUTTON_OK
260# define MINESWP_INFO BUTTON_MENU
261
252#else 262#else
253#error No keymap defined! 263#error No keymap defined!
254#endif 264#endif