summaryrefslogtreecommitdiff
path: root/apps/plugins/xobox.c
diff options
context:
space:
mode:
authorRobert Menes <rmenes@rockbox.org>2009-12-02 01:56:39 +0000
committerRobert Menes <rmenes@rockbox.org>2009-12-02 01:56:39 +0000
commite626dcba4079f3e3bacf7128e6a645d087b506c5 (patch)
treefdb2568f3bb9614b55846c5bc63ad8ac8f52a9ed /apps/plugins/xobox.c
parent6ea0c3f2298c161c138f6a23418b0c7ddd5dfb77 (diff)
downloadrockbox-e626dcba4079f3e3bacf7128e6a645d087b506c5.tar.gz
rockbox-e626dcba4079f3e3bacf7128e6a645d087b506c5.zip
Start committing plugin keymaps for the Philips GoGear SA9200.
I still have more plugins to finish, but this is an initial start and I can at least get them under version control in case I need to revise any. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23813 a1c6a512-1295-4272-9138-f99709370657
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 423322098a..a105e1a4b6 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -199,6 +199,15 @@ PLUGIN_HEADER
199#define DOWN BUTTON_DOWN 199#define DOWN BUTTON_DOWN
200#define PAUSE BUTTON_VIEW 200#define PAUSE BUTTON_VIEW
201 201
202#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
203
204#define QUIT BUTTON_POWER
205#define LEFT BUTTON_PREV
206#define RIGHT BUTTON_NEXT
207#define UP BUTTON_UP
208#define DOWN BUTTON_DOWN
209#define PAUSE BUTTON_MENU
210
202#elif CONFIG_KEYPAD == ONDAVX747_PAD || \ 211#elif CONFIG_KEYPAD == ONDAVX747_PAD || \
203CONFIG_KEYPAD == ONDAVX777_PAD || \ 212CONFIG_KEYPAD == ONDAVX777_PAD || \
204CONFIG_KEYPAD == MROBE500_PAD 213CONFIG_KEYPAD == MROBE500_PAD