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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/chessbox/chessbox.c b/apps/plugins/chessbox/chessbox.c
index da26d0f6db..0bd72ebcd8 100644
--- a/apps/plugins/chessbox/chessbox.c
+++ b/apps/plugins/chessbox/chessbox.c
@@ -51,7 +51,7 @@ PLUGIN_HEADER
51#define CB_RESTART (BUTTON_SELECT | BUTTON_LEFT) 51#define CB_RESTART (BUTTON_SELECT | BUTTON_LEFT)
52#define CB_QUIT (BUTTON_SELECT | BUTTON_MENU) 52#define CB_QUIT (BUTTON_SELECT | BUTTON_MENU)
53 53
54#elif CONFIG_KEYPAD == IAUDIO_X5_PAD 54#elif CONFIG_KEYPAD == IAUDIO_X5M5_PAD
55#define CB_SELECT BUTTON_SELECT 55#define CB_SELECT BUTTON_SELECT
56#define CB_UP BUTTON_UP 56#define CB_UP BUTTON_UP
57#define CB_DOWN BUTTON_DOWN 57#define CB_DOWN BUTTON_DOWN