summaryrefslogtreecommitdiff
path: root/apps/plugins/chessbox/chessbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/chessbox/chessbox.c')
-rw-r--r--apps/plugins/chessbox/chessbox.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/plugins/chessbox/chessbox.c b/apps/plugins/chessbox/chessbox.c
index 5f2ed9a467..aea89817e6 100644
--- a/apps/plugins/chessbox/chessbox.c
+++ b/apps/plugins/chessbox/chessbox.c
@@ -119,6 +119,17 @@ PLUGIN_HEADER
119#define CB_LEVEL BUTTON_MENU 119#define CB_LEVEL BUTTON_MENU
120#define CB_QUIT BUTTON_A 120#define CB_QUIT BUTTON_A
121 121
122#elif CONFIG_KEYPAD == IRIVER_H10_PAD
123#define CB_SELECT BUTTON_REW
124#define CB_UP BUTTON_SCROLL_UP
125#define CB_DOWN BUTTON_SCROLL_DOWN
126#define CB_LEFT BUTTON_LEFT
127#define CB_RIGHT BUTTON_RIGHT
128#define CB_PLAY BUTTON_PLAY
129#define CB_LEVEL BUTTON_FF
130#define CB_RESTART (BUTTON_REW | BUTTON_PLAY)
131#define CB_QUIT BUTTON_POWER
132
122#else 133#else
123 #error CHESSBOX: Unsupported keypad 134 #error CHESSBOX: Unsupported keypad
124#endif 135#endif