summaryrefslogtreecommitdiff
path: root/apps/plugins/sudoku
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sudoku')
-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 c7048d8f99..a65767b21e 100644
--- a/apps/plugins/sudoku/sudoku.h
+++ b/apps/plugins/sudoku/sudoku.h
@@ -300,6 +300,15 @@
300#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_REW 300#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_REW
301#define SUDOKU_BUTTON_POSSIBLE BUTTON_PLAY 301#define SUDOKU_BUTTON_POSSIBLE BUTTON_PLAY
302 302
303#elif CONFIG_KEYPAD == MPIO_HD300_PAD
304#define SUDOKU_BUTTON_MENU BUTTON_MENU
305#define SUDOKU_BUTTON_LEFT BUTTON_REW
306#define SUDOKU_BUTTON_RIGHT BUTTON_FF
307#define SUDOKU_BUTTON_CHANGEDIR BUTTON_ENTER
308#define SUDOKU_BUTTON_TOGGLE BUTTON_UP
309#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_DOWN
310#define SUDOKU_BUTTON_POSSIBLE BUTTON_PLAY
311
303#else 312#else
304#error No keymap defined! 313#error No keymap defined!
305#endif 314#endif