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 d83a24370b..98eb8d9e7a 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -388,6 +388,16 @@ CONFIG_KEYPAD == MROBE500_PAD
388#define MINESWP_DISCOVER BUTTON_SELECT 388#define MINESWP_DISCOVER BUTTON_SELECT
389#define MINESWP_INFO BUTTON_MENU 389#define MINESWP_INFO BUTTON_MENU
390 390
391#elif CONFIG_KEYPAD == AGPTEK_ROCKER_PAD
392#define MINESWP_LEFT BUTTON_LEFT
393#define MINESWP_RIGHT BUTTON_RIGHT
394#define MINESWP_UP BUTTON_UP
395#define MINESWP_DOWN BUTTON_DOWN
396#define MINESWP_QUIT BUTTON_POWER
397#define MINESWP_TOGGLE BUTTON_VOLUP
398#define MINESWP_DISCOVER BUTTON_SELECT
399#define MINESWP_INFO BUTTON_VOLDOWN
400
391#elif (CONFIG_KEYPAD == DX50_PAD) 401#elif (CONFIG_KEYPAD == DX50_PAD)
392# define MINESWP_QUIT (BUTTON_POWER|BUTTON_REL) 402# define MINESWP_QUIT (BUTTON_POWER|BUTTON_REL)
393 403