diff options
author | Sebastian Leonhardt <sebastian.leonhardt@web.de> | 2018-02-22 23:42:29 +0100 |
---|---|---|
committer | Sebastian Leonhardt <sebastian.leonhardt@web.de> | 2018-04-03 11:34:01 +0200 |
commit | 0486e5b93e422d0bd240439f02a8509a6c5bcbc5 (patch) | |
tree | c0da5e6a86d5f352e89cedaed515c3ce201481b9 /apps/plugins/chessbox | |
parent | fb3f7651fd68bf3b8c7e4dbd62dbb2b3505f929a (diff) |
Zen XFi2: Enable Plugins
Keymaps aren't tested, there may be room for improvement.
Change-Id: I6b8fe697899b241ea6e96f4fe446d88671ad7818
Diffstat (limited to 'apps/plugins/chessbox')
-rw-r--r-- | apps/plugins/chessbox/chessbox_pgn.h | 3 |
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 @@ #define CB_SCROLL_LEFT (BUTTON_LEFT|BUTTON_REPEAT) #define CB_SCROLL_RIGHT (BUTTON_RIGHT|BUTTON_REPEAT) +#elif CONFIG_KEYPAD == CREATIVE_ZENXFI2_PAD +#define CB_MENU BUTTON_MENU + #else #error No keymap defined! #endif |