forked from len0rd/rockbox
Fuze+: All games plugins keymaps
revert all games plugins keymaps that had mysteriouly disapeared Change-Id: I648ea4c13ddacc49995254fbb79a0dbb75b2fcbc Reviewed-on: http://gerrit.rockbox.org/160 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
This commit is contained in:
parent
2f5df69284
commit
5bfbc64151
18 changed files with 98 additions and 55 deletions
|
@ -402,9 +402,10 @@
|
|||
#define CB_DOWN BUTTON_DOWN
|
||||
#define CB_LEFT BUTTON_LEFT
|
||||
#define CB_RIGHT BUTTON_RIGHT
|
||||
#define CB_PLAY BUTTON_PLAYPAUSE
|
||||
#define CB_LEVEL BUTTON_BACK
|
||||
#define CB_MENU (BUTTON_PLAYPAUSE | BUTTON_REPEAT)
|
||||
#define CB_PLAY (BUTTON_PLAYPAUSE | BUTTON_REPEAT)
|
||||
#define CB_LEVEL BUTTON_BOTTOMRIGHT
|
||||
#define CB_RESTART (BUTTON_BACK | BUTTON_REPEAT)
|
||||
#define CB_MENU BUTTON_POWER
|
||||
|
||||
#elif CONFIG_KEYPAD == SANSA_CONNECT_PAD
|
||||
#define CB_SELECT BUTTON_SELECT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue