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.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c
index e6b66b3ab5..5669894c5e 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -33,6 +33,16 @@ PLUGIN_HEADER
33 33
34#define RC_QUIT BUTTON_RC_STOP 34#define RC_QUIT BUTTON_RC_STOP
35 35
36#elif (CONFIG_KEYPAD == ARCHOS_AV300_PAD)
37
38#define QUIT BUTTON_OFF
39#define LEFT BUTTON_LEFT
40#define RIGHT BUTTON_RIGHT
41#define PAUSE BUTTON_ON
42#define UP BUTTON_UP
43#define DOWN BUTTON_DOWN
44#define SELECT BUTTON_SELECT
45
36#elif (CONFIG_KEYPAD == IPOD_3G_PAD) || \ 46#elif (CONFIG_KEYPAD == IPOD_3G_PAD) || \
37 (CONFIG_KEYPAD == IPOD_4G_PAD) 47 (CONFIG_KEYPAD == IPOD_4G_PAD)
38 48