summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2007-10-10 21:35:49 +0000
committerMarianne Arnold <pixelma@rockbox.org>2007-10-10 21:35:49 +0000
commitc0c6cff3c1184a86894cb7ee387e3e9e2847b127 (patch)
treeb38ffeea3bab3443bf90c161b4ec3d8ff20c4d64 /apps
parent16c0a4694851fccd5fc1a3c325982dd0e36f51b4 (diff)
Add the missing keymap for the c200, the plugin was compiled before but since there was no way to get to the menu it wasn't very usable...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15070 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/rockboy/rockboy.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/rockboy/rockboy.c b/apps/plugins/rockboy/rockboy.c
index 93bd98ca78..a72a3a9e32 100644
--- a/apps/plugins/rockboy/rockboy.c
+++ b/apps/plugins/rockboy/rockboy.c
@@ -154,6 +154,16 @@ void setoptions (void)
options.START=BUTTON_SCROLL_UP;
options.SELECT=BUTTON_SCROLL_DOWN;
options.MENU=BUTTON_POWER;
+
+#elif CONFIG_KEYPAD == SANSA_C200_PAD
+ options.UP=BUTTON_UP;
+ options.DOWN=BUTTON_DOWN;
+
+ options.A=BUTTON_SELECT;
+ options.B=BUTTON_REC;
+ options.START=BUTTON_VOL_DOWN;
+ options.SELECT=BUTTON_VOL_UP;
+ options.MENU=BUTTON_POWER;
#elif CONFIG_KEYPAD == IAUDIO_X5M5_PAD
options.UP=BUTTON_UP;