summaryrefslogtreecommitdiff
path: root/apps/plugins/bounce.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/bounce.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/bounce.c')
-rw-r--r--apps/plugins/bounce.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/bounce.c b/apps/plugins/bounce.c
index 0768c5963d..d0a8e8b48d 100644
--- a/apps/plugins/bounce.c
+++ b/apps/plugins/bounce.c
@@ -170,6 +170,14 @@ PLUGIN_HEADER
170#define BOUNCE_QUIT BUTTON_POWER 170#define BOUNCE_QUIT BUTTON_POWER
171#define BOUNCE_MODE BUTTON_MENU 171#define BOUNCE_MODE BUTTON_MENU
172 172
173#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
174#define BOUNCE_LEFT BUTTON_PREV
175#define BOUNCE_RIGHT BUTTON_NEXT
176#define BOUNCE_UP BUTTON_UP
177#define BOUNCE_DOWN BUTTON_DOWN
178#define BOUNCE_QUIT BUTTON_POWER
179#define BOUNCE_MODE BUTTON_MENU
180
173#elif (CONFIG_KEYPAD == ONDAVX747_PAD) 181#elif (CONFIG_KEYPAD == ONDAVX747_PAD)
174#define BOUNCE_QUIT BUTTON_POWER 182#define BOUNCE_QUIT BUTTON_POWER
175#define BOUNCE_MODE BUTTON_MENU 183#define BOUNCE_MODE BUTTON_MENU