summaryrefslogtreecommitdiff
path: root/apps/plugins/xobox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/xobox.c')
-rw-r--r--apps/plugins/xobox.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c
index d0d8049900..743dd41362 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -139,6 +139,15 @@ PLUGIN_HEADER
139#define DOWN BUTTON_RC_VOL_DOWN 139#define DOWN BUTTON_RC_VOL_DOWN
140#define PAUSE BUTTON_RC_PLAY 140#define PAUSE BUTTON_RC_PLAY
141 141
142#elif CONFIG_KEYPAD == COWOND2_PAD
143
144#define QUIT BUTTON_POWER
145#define LEFT BUTTON_LEFT
146#define RIGHT BUTTON_RIGHT
147#define UP BUTTON_UP
148#define DOWN BUTTON_DOWN
149#define PAUSE BUTTON_SELECT
150
142#else 151#else
143#error No keymap defined! 152#error No keymap defined!
144#endif 153#endif