summaryrefslogtreecommitdiff
path: root/apps/plugins/chessbox
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/chessbox')
-rw-r--r--apps/plugins/chessbox/chessbox_pgn.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/plugins/chessbox/chessbox_pgn.h b/apps/plugins/chessbox/chessbox_pgn.h
index 88d12c787f..35ac8daaf7 100644
--- a/apps/plugins/chessbox/chessbox_pgn.h
+++ b/apps/plugins/chessbox/chessbox_pgn.h
@@ -284,6 +284,17 @@
284#define CB_RESTART BUTTON_MINUS 284#define CB_RESTART BUTTON_MINUS
285#define CB_MENU (BUTTON_MENU|BUTTON_REL) 285#define CB_MENU (BUTTON_MENU|BUTTON_REL)
286 286
287#elif CONFIG_KEYPAD == CREATIVEZVM_PAD
288
289#define CB_SELECT BUTTON_PLAY
290#define CB_UP BUTTON_UP
291#define CB_DOWN BUTTON_DOWN
292#define CB_LEFT BUTTON_LEFT
293#define CB_RIGHT BUTTON_RIGHT
294#define CB_PLAY BUTTON_SELECT
295#define CB_LEVEL BUTTON_CUSTOM
296#define CB_MENU BUTTON_MENU
297
287 298
288#else 299#else
289#error No keymap defined! 300#error No keymap defined!