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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/sudoku/sudoku.h b/apps/plugins/sudoku/sudoku.h
index 78d1b73e63..8c2759796a 100644
--- a/apps/plugins/sudoku/sudoku.h
+++ b/apps/plugins/sudoku/sudoku.h
@@ -160,6 +160,16 @@
160#define SUDOKU_BUTTON_MENU BUTTON_MENU 160#define SUDOKU_BUTTON_MENU BUTTON_MENU
161#define SUDOKU_BUTTON_POSSIBLE BUTTON_DISPLAY 161#define SUDOKU_BUTTON_POSSIBLE BUTTON_DISPLAY
162 162
163#elif CONFIG_KEYPAD == IAUDIO_M3_PAD
164#define SUDOKU_BUTTON_QUIT BUTTON_RC_REC
165#define SUDOKU_BUTTON_UP BUTTON_RC_VOL_UP
166#define SUDOKU_BUTTON_DOWN BUTTON_RC_VOL_DOWN
167#define SUDOKU_BUTTON_LEFT BUTTON_RC_REW
168#define SUDOKU_BUTTON_RIGHT BUTTON_RC_FF
169#define SUDOKU_BUTTON_TOGGLE BUTTON_RC_MODE
170#define SUDOKU_BUTTON_MENU BUTTON_RC_MENU
171#define SUDOKU_BUTTON_POSSIBLE BUTTON_RC_PLAY
172
163#else 173#else
164#error No keymap defined! 174#error No keymap defined!
165#endif 175#endif