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 f51e98ecff..db68e05265 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -112,6 +112,15 @@ PLUGIN_HEADER
#define UP BUTTON_UP
#define PAUSE BUTTON_MENU
+#elif (CONFIG_KEYPAD == GIGABEAT_S_PAD)
+
+#define QUIT BUTTON_BACK
+#define LEFT BUTTON_LEFT
+#define RIGHT BUTTON_RIGHT
+#define UP BUTTON_UP
+#define DOWN BUTTON_DOWN
+#define PAUSE BUTTON_PLAY
+
#else
#error Unsupported keypad
#endif