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.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/sudoku.c b/apps/plugins/sudoku.c
index 94ff96d171..b6df4e1235 100644
--- a/apps/plugins/sudoku.c
+++ b/apps/plugins/sudoku.c
@@ -103,6 +103,13 @@ PLUGIN_HEADER
103#define SUDOKU_BUTTON_MENU BUTTON_MENU 103#define SUDOKU_BUTTON_MENU BUTTON_MENU
104#define SUDOKU_BUTTON_POSSIBLE (BUTTON_SELECT | BUTTON_LEFT) 104#define SUDOKU_BUTTON_POSSIBLE (BUTTON_SELECT | BUTTON_LEFT)
105 105
106#elif (CONFIG_KEYPAD == IAUDIO_X5_PAD)
107#define SUDOKU_BUTTON_QUIT BUTTON_POWER
108#define SUDOKU_BUTTON_UP BUTTON_UP
109#define SUDOKU_BUTTON_DOWN BUTTON_DOWN
110#define SUDOKU_BUTTON_TOGGLE BUTTON_MENU
111#define SUDOKU_BUTTON_MENU BUTTON_PLAY
112#define SUDOKU_BUTTON_POSSIBLE BUTTON_REC
106 113
107#elif 114#elif
108 #error SUDOKU: Unsupported keypad 115 #error SUDOKU: Unsupported keypad