1
0
Fork 0
forked from len0rd/rockbox

Build the remaining plugins for Gigabeat S and straigten out the fake IRAM in the codecs and plugins.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17303 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2008-05-02 00:38:11 +00:00
parent 05423386d4
commit a74d15025e
14 changed files with 120 additions and 5 deletions

View file

@ -204,6 +204,15 @@ static void setoptions (void)
options.MENU=BUTTON_POWER;
#elif CONFIG_KEYPAD == COWOND2_PAD
#elif CONFIG_KEYPAD == GIGABEAT_S_PAD
options.UP=BUTTON_UP;
options.DOWN=BUTTON_DOWN;
options.A=BUTTON_VOL_UP;
options.B=BUTTON_VOL_DOWN;
options.START=BUTTON_PLAY;
options.SELECT=BUTTON_SELECT;
options.MENU=BUTTON_MENU;
#else
#error No Keymap Defined!
#endif