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.tar.gz
rockbox-acf7d5e89e356cfe9e137e7e9eff74ddbbc9bc09.zip
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 7b59841055..cad0379b50 100644
--- a/apps/plugins/bounce.c
+++ b/apps/plugins/bounce.c
@@ -58,6 +58,12 @@ PLUGIN_HEADER
58#define BOUNCE_QUIT (BUTTON_MENU | BUTTON_REL) 58#define BOUNCE_QUIT (BUTTON_MENU | BUTTON_REL)
59#define BOUNCE_MODE (BUTTON_SELECT | BUTTON_REL) 59#define BOUNCE_MODE (BUTTON_SELECT | BUTTON_REL)
60 60
61#elif (CONFIG_KEYPAD == IAUDIO_X5_PAD)
62#define BOUNCE_UP BUTTON_UP
63#define BOUNCE_DOWN BUTTON_DOWN
64#define BOUNCE_QUIT BUTTON_POWER
65#define BOUNCE_MODE BUTTON_PLAY
66
61#endif 67#endif
62 68
63static struct plugin_api* rb; 69static struct plugin_api* rb;