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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c
index 19a6b99f12..a3c718d79f 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -443,6 +443,9 @@ CONFIG_KEYPAD == MROBE500_PAD
443# define MINESWP_DISCOVER (BUTTON_SELECT|BUTTON_REPEAT) 443# define MINESWP_DISCOVER (BUTTON_SELECT|BUTTON_REPEAT)
444# define MINESWP_INFO BUTTON_MENU 444# define MINESWP_INFO BUTTON_MENU
445 445
446#elif CONFIG_KEYPAD == SHANLING_Q1_PAD
447/* use touchscreen */
448
446#else 449#else
447#error No keymap defined! 450#error No keymap defined!
448#endif 451#endif