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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/sudoku/sudoku.h b/apps/plugins/sudoku/sudoku.h
index 63e0718c70..8974bd8768 100644
--- a/apps/plugins/sudoku/sudoku.h
+++ b/apps/plugins/sudoku/sudoku.h
@@ -281,6 +281,15 @@
281#define SUDOKU_BUTTON_MENU BUTTON_MENU 281#define SUDOKU_BUTTON_MENU BUTTON_MENU
282#define SUDOKU_BUTTON_POSSIBLE BUTTON_PLAY 282#define SUDOKU_BUTTON_POSSIBLE BUTTON_PLAY
283 283
284#elif CONFIG_KEYPAD == MPIO_HD200_PAD
285#define SUDOKU_BUTTON_MENU BUTTON_REC
286#define SUDOKU_BUTTON_LEFT BUTTON_VOL_DOWN
287#define SUDOKU_BUTTON_RIGHT BUTTON_VOL_UP
288#define SUDOKU_BUTTON_CHANGEDIR BUTTON_SELECT
289#define SUDOKU_BUTTON_TOGGLE BUTTON_NEXT
290#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_PREV
291#define SUDOKU_BUTTON_POSSIBLE BUTTON_PLAY
292
284#else 293#else
285#error No keymap defined! 294#error No keymap defined!
286#endif 295#endif