summaryrefslogtreecommitdiff
path: root/apps/plugins/chessbox/chessbox_pgn.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/chessbox/chessbox_pgn.h')
-rw-r--r--apps/plugins/chessbox/chessbox_pgn.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/chessbox/chessbox_pgn.h b/apps/plugins/chessbox/chessbox_pgn.h
index 65e97679d7..34f68cb325 100644
--- a/apps/plugins/chessbox/chessbox_pgn.h
+++ b/apps/plugins/chessbox/chessbox_pgn.h
@@ -541,6 +541,9 @@
541#define CB_SCROLL_LEFT (BUTTON_LEFT|BUTTON_REPEAT) 541#define CB_SCROLL_LEFT (BUTTON_LEFT|BUTTON_REPEAT)
542#define CB_SCROLL_RIGHT (BUTTON_RIGHT|BUTTON_REPEAT) 542#define CB_SCROLL_RIGHT (BUTTON_RIGHT|BUTTON_REPEAT)
543 543
544#elif CONFIG_KEYPAD == CREATIVE_ZENXFI2_PAD
545#define CB_MENU BUTTON_MENU
546
544#else 547#else
545#error No keymap defined! 548#error No keymap defined!
546#endif 549#endif