summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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 4669774f06..62bea7e9e9 100644
--- a/apps/plugins/sudoku/sudoku.h
+++ b/apps/plugins/sudoku/sudoku.h
@@ -143,7 +143,7 @@
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_HOME | 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
147 147
148#elif (CONFIG_KEYPAD == SANSA_C200_PAD) 148#elif (CONFIG_KEYPAD == SANSA_C200_PAD)
149#define SUDOKU_BUTTON_QUIT_PRE BUTTON_POWER 149#define SUDOKU_BUTTON_QUIT_PRE BUTTON_POWER