summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/sudoku/sudoku.h2
-rw-r--r--docs/CREDITS1
2 files changed, 2 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)
diff --git a/docs/CREDITS b/docs/CREDITS
index 85aa73b6a6..cc626f74e6 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -478,6 +478,7 @@ Davide Quarta
478Andre Lupa 478Andre Lupa
479Hilton Shumway 479Hilton Shumway
480Matthew Bonnett 480Matthew Bonnett
481Nick Tryon
481 482
482The libmad team 483The libmad team
483The wavpack team 484The wavpack team