1
0
Fork 0
forked from len0rd/rockbox

Plugins now enabled and working for the Gigabeat S.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16323 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Will Robertson 2008-02-17 12:23:02 +00:00
parent df71f4c509
commit 8215b34fdb
49 changed files with 404 additions and 15 deletions

View file

@ -93,6 +93,13 @@ PLUGIN_HEADER
#define PUZZLE_SHUFFLE BUTTON_REW
#define PUZZLE_PICTURE BUTTON_PLAY
#elif (CONFIG_KEYPAD == GIGABEAT_S_PAD)
#define PUZZLE_QUIT BUTTON_BACK
#define PUZZLE_UP BUTTON_UP
#define PUZZLE_DOWN BUTTON_DOWN
#define PUZZLE_SHUFFLE BUTTON_SELECT
#define PUZZLE_PICTURE BUTTON_MENU
#endif