summaryrefslogtreecommitdiff
path: root/apps/plugins/sudoku
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sudoku')
-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 75ceb1d3f2..d4dd19232f 100644
--- a/apps/plugins/sudoku/sudoku.h
+++ b/apps/plugins/sudoku/sudoku.h
@@ -248,6 +248,16 @@
248#define SUDOKU_BUTTON_QUIT BUTTON_POWER 248#define SUDOKU_BUTTON_QUIT BUTTON_POWER
249#define SUDOKU_BUTTON_MENU BUTTON_MENU 249#define SUDOKU_BUTTON_MENU BUTTON_MENU
250 250
251#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD
252#define SUDOKU_BUTTON_QUIT BUTTON_REC
253#define SUDOKU_BUTTON_UP BUTTON_UP
254#define SUDOKU_BUTTON_DOWN BUTTON_DOWN
255#define SUDOKU_BUTTON_LEFT BUTTON_LEFT
256#define SUDOKU_BUTTON_RIGHT BUTTON_RIGHT
257#define SUDOKU_BUTTON_TOGGLE BUTTON_FFWD
258#define SUDOKU_BUTTON_MENU BUTTON_PLAY
259#define SUDOKU_BUTTON_POSSIBLE BUTTON_REW
260
251#else 261#else
252#error No keymap defined! 262#error No keymap defined!
253#endif 263#endif