mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
agptekrocker: Fix manual build due to missing Quickscreen enter/exit
(Required adding a std quickscreen context keymap!) Change-Id: Icd6bd656d826ea3be73b025242d2405f489e3eeb
This commit is contained in:
parent
f8e602ecfd
commit
fec9f69ac8
3 changed files with 22 additions and 19 deletions
|
|
@ -39,15 +39,14 @@ static const struct button_mapping button_context_standard[] = {
|
|||
{ ACTION_STD_OK, BUTTON_SELECT|BUTTON_REL, BUTTON_SELECT },
|
||||
{ ACTION_STD_OK, BUTTON_RIGHT, BUTTON_NONE },
|
||||
{ ACTION_STD_CANCEL, BUTTON_LEFT, BUTTON_NONE },
|
||||
{ ACTION_STD_QUICKSCREEN, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE },
|
||||
{ ACTION_STD_CONTEXT, BUTTON_SELECT|BUTTON_REPEAT, BUTTON_SELECT },
|
||||
{ ACTION_STD_MENU, BUTTON_POWER, BUTTON_NONE },
|
||||
|
||||
/* ACTION_STD_QUICKSCREEN,
|
||||
* ACTION_STD_KEYLOCK
|
||||
/* ACTION_STD_KEYLOCK
|
||||
* ACTION_STD_REC
|
||||
* ACTION_STD_HOTKEY
|
||||
|
||||
* { ACTION_STD_QUICKSCREEN, BUTTON_SELECT|BUTTON_REPEAT, BUTTON_SELECT },
|
||||
*/
|
||||
|
||||
LAST_ITEM_IN_LIST
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue