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 62bea7e9e9..1f9b1958e8 100644
--- a/apps/plugins/sudoku/sudoku.h
+++ b/apps/plugins/sudoku/sudoku.h
@@ -244,6 +244,16 @@
244#define SUDOKU_BUTTON_MENU BUTTON_MENU 244#define SUDOKU_BUTTON_MENU BUTTON_MENU
245#define SUDOKU_BUTTON_POSSIBLE BUTTON_VIEW 245#define SUDOKU_BUTTON_POSSIBLE BUTTON_VIEW
246 246
247#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
248#define SUDOKU_BUTTON_QUIT BUTTON_POWER
249#define SUDOKU_BUTTON_UP BUTTON_UP
250#define SUDOKU_BUTTON_DOWN BUTTON_DOWN
251#define SUDOKU_BUTTON_LEFT BUTTON_PREV
252#define SUDOKU_BUTTON_RIGHT BUTTON_NEXT
253#define SUDOKU_BUTTON_TOGGLE BUTTON_PLAY
254#define SUDOKU_BUTTON_MENU BUTTON_MENU
255#define SUDOKU_BUTTON_POSSIBLE BUTTON_RIGHT
256
247#elif (CONFIG_KEYPAD == ONDAVX747_PAD) 257#elif (CONFIG_KEYPAD == ONDAVX747_PAD)
248#define SUDOKU_BUTTON_QUIT BUTTON_POWER 258#define SUDOKU_BUTTON_QUIT BUTTON_POWER
249#define SUDOKU_BUTTON_MENU BUTTON_MENU 259#define SUDOKU_BUTTON_MENU BUTTON_MENU