mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
- add button descriptions to the m:robe 100 manual for the majority of plugins
- add gigabeat button descriptions which were missing - fix a few inconsistencies I noticed doing the above (mainly outstanding r13278 follow-ons) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16693 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7b1de20544
commit
6e209443c5
49 changed files with 241 additions and 197 deletions
|
@ -265,8 +265,8 @@ const struct button_mapping generic_actions[] =
|
|||
{PLA_FIRE_REPEAT, BUTTON_SELECT|BUTTON_REPEAT, BUTTON_NONE},
|
||||
{PLA_FIRE_REPEAT, BUTTON_RC_MODE|BUTTON_REPEAT, BUTTON_NONE},
|
||||
#elif CONFIG_KEYPAD == GIGABEAT_PAD
|
||||
{PLA_QUIT, BUTTON_A, BUTTON_NONE},
|
||||
{PLA_START, BUTTON_POWER, BUTTON_NONE},
|
||||
{PLA_QUIT, BUTTON_POWER, BUTTON_NONE},
|
||||
{PLA_START, BUTTON_A, BUTTON_NONE},
|
||||
{PLA_MENU, BUTTON_MENU, BUTTON_NONE},
|
||||
{PLA_FIRE, BUTTON_SELECT, BUTTON_NONE},
|
||||
{PLA_FIRE_REPEAT, BUTTON_SELECT|BUTTON_REPEAT, BUTTON_NONE},
|
||||
|
@ -331,7 +331,7 @@ const struct button_mapping generic_actions[] =
|
|||
{PLA_FIRE, BUTTON_RC_HEART, BUTTON_NONE},
|
||||
{PLA_FIRE_REPEAT, BUTTON_RC_HEART|BUTTON_REPEAT, BUTTON_NONE},
|
||||
#elif CONFIG_KEYPAD == MROBE100_PAD
|
||||
{PLA_QUIT, BUTTON_DISPLAY, BUTTON_NONE},
|
||||
{PLA_QUIT, BUTTON_POWER, BUTTON_NONE},
|
||||
{PLA_START, BUTTON_PLAY, BUTTON_NONE},
|
||||
{PLA_MENU, BUTTON_MENU, BUTTON_NONE},
|
||||
{PLA_FIRE, BUTTON_SELECT, BUTTON_NONE},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue