forked from len0rd/rockbox
Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and
to target naming conventions in general git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24010 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5ce515c315
commit
47ddbaa47b
69 changed files with 74 additions and 74 deletions
|
|
@ -122,9 +122,9 @@ const struct button_mapping pf_context_buttons[] =
|
|||
/* These all use short press of BUTTON_POWER for menu, map long POWER to quit
|
||||
*/
|
||||
#elif CONFIG_KEYPAD == SANSA_C200_PAD || CONFIG_KEYPAD == SANSA_M200_PAD || \
|
||||
CONFIG_KEYPAD == IRIVER_H10_PAD || CONFIG_KEYPAD == COWOND2_PAD
|
||||
CONFIG_KEYPAD == IRIVER_H10_PAD || CONFIG_KEYPAD == COWON_D2_PAD
|
||||
{PF_QUIT, BUTTON_POWER|BUTTON_REPEAT, BUTTON_POWER},
|
||||
#if CONFIG_KEYPAD == COWOND2_PAD
|
||||
#if CONFIG_KEYPAD == COWON_D2_PAD
|
||||
{PF_BACK, BUTTON_POWER|BUTTON_REL, BUTTON_POWER},
|
||||
{ACTION_NONE, BUTTON_POWER, BUTTON_NONE},
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue