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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/sudoku/sudoku.h b/apps/plugins/sudoku/sudoku.h
index ce8dfa00f4..87c0f692b5 100644
--- a/apps/plugins/sudoku/sudoku.h
+++ b/apps/plugins/sudoku/sudoku.h
@@ -117,8 +117,8 @@
117#define SUDOKU_BUTTON_DOWN BUTTON_DOWN 117#define SUDOKU_BUTTON_DOWN BUTTON_DOWN
118#define SUDOKU_BUTTON_LEFT BUTTON_LEFT 118#define SUDOKU_BUTTON_LEFT BUTTON_LEFT
119#define SUDOKU_BUTTON_RIGHT BUTTON_RIGHT 119#define SUDOKU_BUTTON_RIGHT BUTTON_RIGHT
120#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_SCROLL_UP 120#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_SCROLL_BACK
121#define SUDOKU_BUTTON_TOGGLE BUTTON_SCROLL_DOWN 121#define SUDOKU_BUTTON_TOGGLE BUTTON_SCROLL_FWD
122#define SUDOKU_BUTTON_MENU BUTTON_SELECT 122#define SUDOKU_BUTTON_MENU BUTTON_SELECT
123#define SUDOKU_BUTTON_POSSIBLE BUTTON_REC 123#define SUDOKU_BUTTON_POSSIBLE BUTTON_REC
124 124