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 fb64ef9a66..75230dde60 100644
--- a/apps/plugins/sudoku/sudoku.h
+++ b/apps/plugins/sudoku/sudoku.h
@@ -186,6 +186,16 @@
186#define SUDOKU_BUTTON_QUIT BUTTON_POWER 186#define SUDOKU_BUTTON_QUIT BUTTON_POWER
187#define SUDOKU_BUTTON_MENU BUTTON_MENU 187#define SUDOKU_BUTTON_MENU BUTTON_MENU
188 188
189#elif CONFIG_KEYPAD == IAUDIO67_PAD
190#define SUDOKU_BUTTON_QUIT BUTTON_POWER
191#define SUDOKU_BUTTON_UP BUTTON_STOP
192#define SUDOKU_BUTTON_DOWN BUTTON_PLAY
193#define SUDOKU_BUTTON_LEFT BUTTON_LEFT
194#define SUDOKU_BUTTON_RIGHT BUTTON_RIGHT
195#define SUDOKU_BUTTON_TOGGLE BUTTON_VOLUP
196#define SUDOKU_BUTTON_MENU BUTTON_MENU
197#define SUDOKU_BUTTON_POSSIBLE BUTTON_VOLDOWN
198
189#else 199#else
190#error No keymap defined! 200#error No keymap defined!
191#endif 201#endif