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

@ -196,6 +196,16 @@ PLUGIN_HEADER
#define CALCULATOR_CALC BUTTON_PLAY
#define CALCULATOR_CLEAR BUTTON_REW
#elif (CONFIG_KEYPAD == GIGABEAT_S_PAD)
#define CALCULATOR_UP BUTTON_UP
#define CALCULATOR_DOWN BUTTON_DOWN
#define CALCULATOR_QUIT BUTTON_BACK
#define CALCULATOR_INPUT_CALC_PRE BUTTON_MENU
#define CALCULATOR_INPUT (BUTTON_MENU | BUTTON_REL)
#define CALCULATOR_CALC BUTTON_SELECT
#define CALCULATOR_CLEAR BUTTON_PLAY
#endif
static struct plugin_api* rb;