diff options
Diffstat (limited to 'apps/plugins/chessbox')
| -rw-r--r-- | apps/plugins/chessbox/chessbox.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/chessbox/chessbox.c b/apps/plugins/chessbox/chessbox.c index 092de18..161de45 100644 --- a/apps/plugins/chessbox/chessbox.c +++ b/apps/plugins/chessbox/chessbox.c @@ -100,6 +100,16 @@ PLUGIN_HEADER #define CB_LEVEL (BUTTON_MENU|BUTTON_OFF) #define CB_QUIT BUTTON_OFF +#elif (CONFIG_KEYPAD == GIGABEAT_PAD) +#define CB_SELECT BUTTON_SELECT +#define CB_UP BUTTON_UP +#define CB_DOWN BUTTON_DOWN +#define CB_LEFT BUTTON_LEFT +#define CB_RIGHT BUTTON_RIGHT +#define CB_PLAY BUTTON_POWER +#define CB_LEVEL BUTTON_MENU +#define CB_QUIT BUTTON_A + #else #error CHESSBOX: Unsupported keypad #endif |