summaryrefslogtreecommitdiff
path: root/apps/plugins/sudoku.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sudoku.c')
-rw-r--r--apps/plugins/sudoku.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/sudoku.c b/apps/plugins/sudoku.c
index 7894877e23..5cdf686778 100644
--- a/apps/plugins/sudoku.c
+++ b/apps/plugins/sudoku.c
@@ -111,6 +111,14 @@ PLUGIN_HEADER
111#define SUDOKU_BUTTON_MENU BUTTON_PLAY 111#define SUDOKU_BUTTON_MENU BUTTON_PLAY
112#define SUDOKU_BUTTON_POSSIBLE BUTTON_REC 112#define SUDOKU_BUTTON_POSSIBLE BUTTON_REC
113 113
114#elif (CONFIG_KEYPAD == GIGABEAT_PAD)
115#define SUDOKU_BUTTON_QUIT BUTTON_A
116#define SUDOKU_BUTTON_UP BUTTON_UP
117#define SUDOKU_BUTTON_DOWN BUTTON_DOWN
118#define SUDOKU_BUTTON_TOGGLE BUTTON_SELECT
119#define SUDOKU_BUTTON_MENU BUTTON_MENU
120#define SUDOKU_BUTTON_POSSIBLE BUTTON_POWER
121
114#elif 122#elif
115 #error SUDOKU: Unsupported keypad 123 #error SUDOKU: Unsupported keypad
116#endif 124#endif