summaryrefslogtreecommitdiff
path: root/apps/plugins/bounce.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-01-19 12:44:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-01-19 12:44:46 +0000
commitacf7d5e89e356cfe9e137e7e9eff74ddbbc9bc09 (patch)
treefa95f67ee95b3535a9f7bcf82a385921503c3a9f /apps/plugins/bounce.c
parent457b51dfa7dd496c6988aae05150dc4825425245 (diff)
downloadrockbox-acf7d5e89e356cfe9e137e7e9eff74ddbbc9bc09.zip
rockbox-acf7d5e89e356cfe9e137e7e9eff74ddbbc9bc09.tar.gz
rockbox-acf7d5e89e356cfe9e137e7e9eff74ddbbc9bc09.tar.bz2
rockbox-acf7d5e89e356cfe9e137e7e9eff74ddbbc9bc09.tar.xz
more iAudio x5 adjustments by Matt v.d. Westhuizen (#1408980)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8386 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bounce.c')
-rw-r--r--apps/plugins/bounce.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/bounce.c b/apps/plugins/bounce.c
index 7b59841..cad0379 100644
--- a/apps/plugins/bounce.c
+++ b/apps/plugins/bounce.c
@@ -58,6 +58,12 @@ PLUGIN_HEADER
#define BOUNCE_QUIT (BUTTON_MENU | BUTTON_REL)
#define BOUNCE_MODE (BUTTON_SELECT | BUTTON_REL)
+#elif (CONFIG_KEYPAD == IAUDIO_X5_PAD)
+#define BOUNCE_UP BUTTON_UP
+#define BOUNCE_DOWN BUTTON_DOWN
+#define BOUNCE_QUIT BUTTON_POWER
+#define BOUNCE_MODE BUTTON_PLAY
+
#endif
static struct plugin_api* rb;