mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
Agptek Rocker: Build plugins
Patch provided by Aapo Tahkola. Change-Id: I37a42a950d78d6b8aa3927ec7aeb30030f7be7a5
This commit is contained in:
parent
0538ba3d59
commit
fbb6a2ff6d
52 changed files with 500 additions and 12 deletions
|
|
@ -411,6 +411,18 @@ static void setoptions (void)
|
|||
#elif CONFIG_KEYPAD == CREATIVE_ZENXFI2_PAD
|
||||
options.MENU = BUTTON_POWER;
|
||||
|
||||
#elif CONFIG_KEYPAD == AGPTEK_ROCKER_PAD
|
||||
options.UP = BUTTON_UP;
|
||||
options.DOWN = BUTTON_DOWN;
|
||||
options.LEFT = BUTTON_LEFT;
|
||||
options.RIGHT = BUTTON_RIGHT;
|
||||
|
||||
options.START = BUTTON_SELECT;
|
||||
options.MENU = BUTTON_POWER;
|
||||
options.SELECT = BUTTON_SELECT|BUTTON_REPEAT;
|
||||
options.A = BUTTON_VOLDOWN;
|
||||
options.B = BUTTON_VOLUP;
|
||||
|
||||
#else
|
||||
#error No Keymap Defined!
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue