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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/sudoku/sudoku.h b/apps/plugins/sudoku/sudoku.h
index 5af93c4965..54e04f12b2 100644
--- a/apps/plugins/sudoku/sudoku.h
+++ b/apps/plugins/sudoku/sudoku.h
@@ -142,7 +142,7 @@
142#define SUDOKU_BUTTON_RIGHT BUTTON_RIGHT 142#define SUDOKU_BUTTON_RIGHT BUTTON_RIGHT
143#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_SCROLL_BACK 143#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_SCROLL_BACK
144#define SUDOKU_BUTTON_TOGGLE BUTTON_SCROLL_FWD 144#define SUDOKU_BUTTON_TOGGLE BUTTON_SCROLL_FWD
145#define SUDOKU_BUTTON_MENU (BUTTON_POWER | BUTTON_REL) 145#define SUDOKU_BUTTON_MENU (BUTTON_HOME | BUTTON_REL)
146#define SUDOKU_BUTTON_POSSIBLE (BUTTON_SELECT | BUTTON_UP) 146#define SUDOKU_BUTTON_POSSIBLE (BUTTON_SELECT | BUTTON_UP)
147 147
148#elif (CONFIG_KEYPAD == SANSA_C200_PAD) 148#elif (CONFIG_KEYPAD == SANSA_C200_PAD)