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
This commit is contained in:
Marianne Arnold 2007-10-10 21:35:49 +00:00
parent 16c0a46948
commit c0c6cff3c1

View File

@ -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;