summaryrefslogtreecommitdiff
path: root/apps/plugins/sudoku/sudoku.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sudoku/sudoku.h')
-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 2bc65eeaa7..2caa75fbbe 100644
--- a/apps/plugins/sudoku/sudoku.h
+++ b/apps/plugins/sudoku/sudoku.h
@@ -398,6 +398,9 @@
398#define SUDOKU_BUTTON_TOGGLE BUTTON_SELECT 398#define SUDOKU_BUTTON_TOGGLE BUTTON_SELECT
399#define SUDOKU_BUTTON_POSSIBLE BUTTON_SHORTCUT 399#define SUDOKU_BUTTON_POSSIBLE BUTTON_SHORTCUT
400 400
401#elif CONFIG_KEYPAD == DX50_PAD
402#define SUDOKU_BUTTON_QUIT (BUTTON_POWER|BUTTON_REL)
403
401#else 404#else
402#error No keymap defined! 405#error No keymap defined!
403#endif 406#endif