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.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c
index 98eb8d9e7a..2a3b5f78e9 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -404,6 +404,19 @@ CONFIG_KEYPAD == MROBE500_PAD
404#elif CONFIG_KEYPAD == CREATIVE_ZENXFI2_PAD 404#elif CONFIG_KEYPAD == CREATIVE_ZENXFI2_PAD
405# define MINESWP_QUIT BUTTON_POWER 405# define MINESWP_QUIT BUTTON_POWER
406 406
407#elif (CONFIG_KEYPAD == XDUOO_X3_PAD)
408# define MINESWP_LEFT BUTTON_PREV
409# define MINESWP_RIGHT BUTTON_NEXT
410# define MINESWP_UP BUTTON_HOME
411# define MINESWP_DOWN BUTTON_OPTION
412# define MINESWP_QUIT BUTTON_POWER
413# define MINESWP_TOGGLE_PRE BUTTON_PLAY
414# define MINESWP_TOGGLE (BUTTON_PLAY | BUTTON_REL)
415# define MINESWP_TOGGLE2 BUTTON_VOL_DOWN
416# define MINESWP_DISCOVER (BUTTON_PLAY | BUTTON_REPEAT)
417# define MINESWP_DISCOVER2 BUTTON_VOL_UP
418# define MINESWP_INFO (BUTTON_PLAY | BUTTON_OPTION)
419
407#else 420#else
408#error No keymap defined! 421#error No keymap defined!
409#endif 422#endif