forked from len0rd/rockbox
More patches from Fredrik Öhrn - joystick2.diff (add support using buttons on the iriver remotes) and speedup.diff (more optimisations for Coldfire targets).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9089 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d00d58896b
commit
03627e0539
7 changed files with 214 additions and 81 deletions
|
@ -50,6 +50,21 @@
|
|||
#define PACMAN_COIN BUTTON_REC
|
||||
#define PACMAN_MENU BUTTON_MODE
|
||||
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
|
||||
#define PACMAN_HAS_REMOTE
|
||||
|
||||
#define PACMAN_RC_UP BUTTON_RC_VOL_UP
|
||||
#define PACMAN_RC_DOWN BUTTON_RC_VOL_DOWN
|
||||
#define PACMAN_RC_LEFT BUTTON_RC_REW
|
||||
#define PACMAN_RC_RIGHT BUTTON_RC_FF
|
||||
#define PACMAN_RC_1UP BUTTON_RC_SOURCE
|
||||
#define PACMAN_RC_2UP BUTTON_RC_BITRATE
|
||||
#define PACMAN_RC_COIN BUTTON_RC_REC
|
||||
#define PACMAN_RC_MENU BUTTON_RC_MODE
|
||||
|
||||
#endif
|
||||
|
||||
#elif CONFIG_KEYPAD == GIGABEAT_PAD
|
||||
|
||||
#define PACMAN_UP BUTTON_UP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue