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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c
index 01659dbfd2..bc2340d3e2 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -380,7 +380,7 @@ CONFIG_KEYPAD == MROBE500_PAD
380# define MINESWP_TOGGLE2 BUTTON_VOL_DOWN 380# define MINESWP_TOGGLE2 BUTTON_VOL_DOWN
381# define MINESWP_DISCOVER (BUTTON_PLAY | BUTTON_REPEAT) 381# define MINESWP_DISCOVER (BUTTON_PLAY | BUTTON_REPEAT)
382# define MINESWP_DISCOVER2 BUTTON_VOL_UP 382# define MINESWP_DISCOVER2 BUTTON_VOL_UP
383# define MINESWP_INFO (BUTTON_PLAY | BUTTON_OPTION) 383# define MINESWP_INFO (BUTTON_OPTION | BUTTON_REPEAT)
384 384
385#elif (CONFIG_KEYPAD == XDUOO_X3II_PAD) 385#elif (CONFIG_KEYPAD == XDUOO_X3II_PAD)
386# define MINESWP_LEFT BUTTON_PREV 386# define MINESWP_LEFT BUTTON_PREV