forked from len0rd/rockbox
m:robe 100:
- adjust lcd_grey_phase_blit() parameter to recent change - detection of external power - compilation of plugins - need to be enabled individually in SOURCES/SUBDIRS (use autostart.rock as test plugin with limited interaction via BUTTON_POWER) also - move autostart.rock to apps dir where it is expected - set missing svn:keywords for various files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16056 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c4ebcbeaf4
commit
7d961d390a
10 changed files with 26 additions and 15 deletions
|
@ -111,7 +111,8 @@ const struct button_mapping generic_directions[] =
|
|||
{PLA_DOWN_REPEAT, BUTTON_PLAY|BUTTON_REPEAT, BUTTON_NONE},
|
||||
{PLA_LEFT_REPEAT, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE},
|
||||
{PLA_RIGHT_REPEAT, BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_NONE},
|
||||
#elif (CONFIG_KEYPAD == IRIVER_H10_PAD)
|
||||
#elif (CONFIG_KEYPAD == IRIVER_H10_PAD) \
|
||||
|| (CONFIG_KEYPAD == MROBE100_PAD)
|
||||
{ PLA_UP, BUTTON_SCROLL_UP, BUTTON_NONE},
|
||||
{ PLA_DOWN, BUTTON_SCROLL_DOWN, BUTTON_NONE},
|
||||
{ PLA_LEFT, BUTTON_LEFT, BUTTON_NONE},
|
||||
|
@ -193,7 +194,8 @@ const struct button_mapping generic_left_right_fire[] =
|
|||
{ PLA_RIGHT_REPEAT, BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_NONE},
|
||||
{ PLA_FIRE, BUTTON_SELECT, BUTTON_NONE},
|
||||
{ PLA_FIRE_REPEAT, BUTTON_SELECT|BUTTON_REPEAT,BUTTON_NONE},
|
||||
#elif (CONFIG_KEYPAD == IRIVER_H10_PAD)
|
||||
#elif (CONFIG_KEYPAD == IRIVER_H10_PAD) \
|
||||
|| (CONFIG_KEYPAD == MROBE100_PAD)
|
||||
{ PLA_LEFT, BUTTON_LEFT, BUTTON_NONE},
|
||||
{ PLA_RIGHT, BUTTON_RIGHT, BUTTON_NONE},
|
||||
{ PLA_LEFT_REPEAT, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE},
|
||||
|
@ -286,7 +288,8 @@ const struct button_mapping generic_actions[] =
|
|||
{PLA_MENU, BUTTON_DOWN, BUTTON_NONE},
|
||||
{PLA_FIRE, BUTTON_SELECT, BUTTON_NONE},
|
||||
{PLA_FIRE_REPEAT, BUTTON_SELECT|BUTTON_REPEAT, BUTTON_NONE},
|
||||
#elif CONFIG_KEYPAD == IRIVER_H10_PAD
|
||||
#elif CONFIG_KEYPAD == IRIVER_H10_PAD \
|
||||
|| (CONFIG_KEYPAD == MROBE100_PAD)
|
||||
{PLA_QUIT, BUTTON_POWER, BUTTON_NONE},
|
||||
{PLA_START, BUTTON_PLAY, BUTTON_NONE},
|
||||
{PLA_MENU, BUTTON_FF, BUTTON_NONE},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue