summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/sudoku/sudoku.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/sudoku/sudoku.h b/apps/plugins/sudoku/sudoku.h
index a65767b21e..86a8b33a35 100644
--- a/apps/plugins/sudoku/sudoku.h
+++ b/apps/plugins/sudoku/sudoku.h
@@ -309,6 +309,15 @@
309#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_DOWN 309#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_DOWN
310#define SUDOKU_BUTTON_POSSIBLE BUTTON_PLAY 310#define SUDOKU_BUTTON_POSSIBLE BUTTON_PLAY
311 311
312#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD
313#define SUDOKU_BUTTON_MENU BUTTON_BACK
314#define SUDOKU_BUTTON_LEFT BUTTON_LEFT
315#define SUDOKU_BUTTON_RIGHT BUTTON_RIGHT
316#define SUDOKU_BUTTON_CHANGEDIR BUTTON_SELECT
317#define SUDOKU_BUTTON_TOGGLE BUTTON_UP
318#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_DOWN
319#define SUDOKU_BUTTON_POSSIBLE BUTTON_PLAYPAUSE
320
312#else 321#else
313#error No keymap defined! 322#error No keymap defined!
314#endif 323#endif