mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
hitiet ma8/ma9: add in keymaps for all plugins
Largely guesswork. Change-Id: I8ab8d36de4bbdcf25dcf7d3442266bfb0a370b6f
This commit is contained in:
parent
0b5f1b68e6
commit
8b01f939d8
49 changed files with 511 additions and 15 deletions
|
|
@ -575,6 +575,18 @@
|
|||
#elif CONFIG_KEYPAD == SHANLING_Q1_PAD
|
||||
#define TV_BOOKMARK BUTTON_PLAY
|
||||
|
||||
#elif CONFIG_KEYPAD == MA_PAD
|
||||
#define TV_QUIT BUTTON_BACK
|
||||
#define TV_SCROLL_UP (BUTTON_MENU|BUTTON_UP)
|
||||
#define TV_SCROLL_DOWN (BUTTON_MENU|BUTTON_DOWN)
|
||||
#define TV_SCREEN_LEFT BUTTON_LEFT
|
||||
#define TV_SCREEN_RIGHT BUTTON_RIGHT
|
||||
#define TV_MENU BUTTON_MENU
|
||||
#define TV_AUTOSCROLL (BUTTON_MENU|BUTTON_BACK)
|
||||
#define TV_LINE_UP BUTTON_UP
|
||||
#define TV_LINE_DOWN BUTTON_DOWN
|
||||
#define TV_BOOKMARK (BUTTON_MENU|BUTTON_PLAY)
|
||||
|
||||
#else
|
||||
#error No keymap defined!
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue