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.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c
index 542b9c8cba..07e2b557bd 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -345,6 +345,17 @@ CONFIG_KEYPAD == MROBE500_PAD
345# define MINESWP_DISCOVER BUTTON_SELECT 345# define MINESWP_DISCOVER BUTTON_SELECT
346# define MINESWP_INFO BUTTON_PREV 346# define MINESWP_INFO BUTTON_PREV
347 347
348#elif (CONFIG_KEYPAD == CREATIVE_ZENXFI3_PAD)
349
350# define MINESWP_LEFT BUTTON_BACK
351# define MINESWP_RIGHT BUTTON_MENU
352# define MINESWP_UP BUTTON_UP
353# define MINESWP_DOWN BUTTON_DOWN
354# define MINESWP_QUIT BUTTON_POWER
355# define MINESWP_TOGGLE BUTTON_VOL_UP
356# define MINESWP_DISCOVER BUTTON_PLAY
357# define MINESWP_INFO BUTTON_VOL_DOWN
358
348#else 359#else
349#error No keymap defined! 360#error No keymap defined!
350#endif 361#endif