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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/plugins/sudoku/sudoku.h b/apps/plugins/sudoku/sudoku.h
index 2628e3254f..04923be18e 100644
--- a/apps/plugins/sudoku/sudoku.h
+++ b/apps/plugins/sudoku/sudoku.h
@@ -116,8 +116,9 @@
116#define SUDOKU_BUTTON_DOWN BUTTON_DOWN 116#define SUDOKU_BUTTON_DOWN BUTTON_DOWN
117#define SUDOKU_BUTTON_LEFT BUTTON_LEFT 117#define SUDOKU_BUTTON_LEFT BUTTON_LEFT
118#define SUDOKU_BUTTON_RIGHT BUTTON_RIGHT 118#define SUDOKU_BUTTON_RIGHT BUTTON_RIGHT
119#define SUDOKU_BUTTON_TOGGLE BUTTON_SELECT 119#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_SCROLL_UP
120#define SUDOKU_BUTTON_MENU (BUTTON_SELECT|BUTTON_REPEAT) 120#define SUDOKU_BUTTON_TOGGLE BUTTON_SCROLL_DOWN
121#define SUDOKU_BUTTON_MENU BUTTON_SELECT
121#define SUDOKU_BUTTON_POSSIBLE BUTTON_REC 122#define SUDOKU_BUTTON_POSSIBLE BUTTON_REC
122 123
123#elif 124#elif