mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
[Fuze+][Keymaps] Application and viewer keymaps update
Last core update for keymaps and manual. Manual is now 100% complete Change-Id: I9ad33206ecea41a88cba7a355da911fa7ab0455d Reviewed-on: http://gerrit.rockbox.org/521 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
This commit is contained in:
parent
1c8c24183e
commit
a9f20862a7
15 changed files with 93 additions and 66 deletions
|
@ -1175,15 +1175,17 @@ CONFIG_KEYPAD == MROBE500_PAD
|
|||
#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD
|
||||
|
||||
#define CHIP8_OFF BUTTON_POWER
|
||||
#define CHIP8_KEY1 BUTTON_LEFT
|
||||
#define CHIP8_KEY0 BUTTON_VOL_DOWN
|
||||
#define CHIP8_KEY1 BUTTON_BACK
|
||||
#define CHIP8_KEY2 BUTTON_UP
|
||||
#define CHIP8_KEY3 BUTTON_RIGHT
|
||||
#define CHIP8_KEY4 BUTTON_DOWN
|
||||
#define CHIP8_KEY5 BUTTON_PLAYPAUSE
|
||||
#define CHIP8_KEY6 BUTTON_BACK
|
||||
#define CHIP8_KEY7 BUTTON_SELECT
|
||||
#define CHIP8_KEY8 BUTTON_VOL_DOWN
|
||||
#define CHIP8_KEY9 BUTTON_VOL_UP
|
||||
#define CHIP8_KEY3 BUTTON_PLAYPAUSE
|
||||
#define CHIP8_KEY4 BUTTON_LEFT
|
||||
#define CHIP8_KEY5 BUTTON_SELECT
|
||||
#define CHIP8_KEY6 BUTTON_RIGHT
|
||||
#define CHIP8_KEY7 BUTTON_BOTTOMLEFT
|
||||
#define CHIP8_KEY8 BUTTON_DOWN
|
||||
#define CHIP8_KEY9 BUTTON_BOTTOMRIGHT
|
||||
#define CHIP8_KEYA BUTTON_VOL_UP
|
||||
|
||||
#elif CONFIG_KEYPAD == SANSA_CONNECT_PAD
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue