summaryrefslogtreecommitdiff
path: root/apps/plugins/sudoku
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sudoku')
-rw-r--r--apps/plugins/sudoku/sudoku.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/sudoku/sudoku.h b/apps/plugins/sudoku/sudoku.h
index 1332a9a80f..e06581fdc9 100644
--- a/apps/plugins/sudoku/sudoku.h
+++ b/apps/plugins/sudoku/sudoku.h
@@ -460,6 +460,9 @@
460#define SUDOKU_BUTTON_MENU BUTTON_MENU 460#define SUDOKU_BUTTON_MENU BUTTON_MENU
461#define SUDOKU_BUTTON_POSSIBLE BUTTON_BACK 461#define SUDOKU_BUTTON_POSSIBLE BUTTON_BACK
462 462
463#elif CONFIG_KEYPAD == SHANLING_Q1_PAD
464/* use touchscreen */
465
463#else 466#else
464#error No keymap defined! 467#error No keymap defined!
465#endif 468#endif