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 2cd9198af9..f9737a9785 100644
--- a/apps/plugins/sudoku/sudoku.h
+++ b/apps/plugins/sudoku/sudoku.h
@@ -101,6 +101,16 @@
101#define SUDOKU_BUTTON_MENU BUTTON_MENU 101#define SUDOKU_BUTTON_MENU BUTTON_MENU
102#define SUDOKU_BUTTON_POSSIBLE BUTTON_A 102#define SUDOKU_BUTTON_POSSIBLE BUTTON_A
103 103
104#elif (CONFIG_KEYPAD == GIGABEAT_S_PAD)
105#define SUDOKU_BUTTON_QUIT BUTTON_POWER
106#define SUDOKU_BUTTON_UP BUTTON_UP
107#define SUDOKU_BUTTON_DOWN BUTTON_DOWN
108#define SUDOKU_BUTTON_LEFT BUTTON_LEFT
109#define SUDOKU_BUTTON_RIGHT BUTTON_RIGHT
110#define SUDOKU_BUTTON_TOGGLE BUTTON_SELECT
111#define SUDOKU_BUTTON_MENU BUTTON_MENU
112#define SUDOKU_BUTTON_POSSIBLE BUTTON_PLAY
113
104#elif (CONFIG_KEYPAD == IRIVER_H10_PAD) 114#elif (CONFIG_KEYPAD == IRIVER_H10_PAD)
105#define SUDOKU_BUTTON_QUIT BUTTON_POWER 115#define SUDOKU_BUTTON_QUIT BUTTON_POWER
106#define SUDOKU_BUTTON_UP BUTTON_SCROLL_UP 116#define SUDOKU_BUTTON_UP BUTTON_SCROLL_UP