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:
parent
05423386d4
commit
a74d15025e
14 changed files with 120 additions and 5 deletions
|
@ -157,6 +157,18 @@ PLUGIN_IRAM_DECLARE
|
|||
#define MPEG_RC_RW BUTTON_RC_REW
|
||||
#define MPEG_RC_FF BUTTON_RC_FF
|
||||
|
||||
#elif CONFIG_KEYPAD == GIGABEAT_S_PAD
|
||||
#define MPEG_MENU BUTTON_MENU
|
||||
#define MPEG_STOP BUTTON_POWER
|
||||
#define MPEG_PAUSE BUTTON_SELECT
|
||||
#define MPEG_PAUSE2 BUTTON_PLAY
|
||||
#define MPEG_VOLDOWN BUTTON_LEFT
|
||||
#define MPEG_VOLUP BUTTON_RIGHT
|
||||
#define MPEG_VOLDOWN2 BUTTON_VOL_DOWN
|
||||
#define MPEG_VOLUP2 BUTTON_VOL_UP
|
||||
#define MPEG_RW BUTTON_UP
|
||||
#define MPEG_FF BUTTON_DOWN
|
||||
|
||||
#elif CONFIG_KEYPAD == IRIVER_H10_PAD
|
||||
#define MPEG_MENU BUTTON_LEFT
|
||||
#define MPEG_STOP BUTTON_POWER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue