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 11c0e86619..590ea56d08 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -395,7 +395,7 @@ CONFIG_KEYPAD == MROBE500_PAD
395# define MINESWP_DISCOVER2 BUTTON_VOL_UP 395# define MINESWP_DISCOVER2 BUTTON_VOL_UP
396# define MINESWP_INFO (BUTTON_PLAY | BUTTON_OPTION) 396# define MINESWP_INFO (BUTTON_PLAY | BUTTON_OPTION)
397 397
398#elif (CONFIG_KEYPAD == FIIO_M3K_PAD) 398#elif (CONFIG_KEYPAD == FIIO_M3K_LINUX_PAD)
399# define MINESWP_LEFT BUTTON_PREV 399# define MINESWP_LEFT BUTTON_PREV
400# define MINESWP_RIGHT BUTTON_NEXT 400# define MINESWP_RIGHT BUTTON_NEXT
401# define MINESWP_UP BUTTON_HOME 401# define MINESWP_UP BUTTON_HOME