forked from len0rd/rockbox
Enable syncing button in the metronome for I-Rivers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11649 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
10a9b4ef53
commit
85860c34c4
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ static const struct button_mapping ondio_action[] =
|
||||||
#define METRONOME_MSG_STOP "press pause"
|
#define METRONOME_MSG_STOP "press pause"
|
||||||
|
|
||||||
#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD)
|
#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD)
|
||||||
|
#define METRONOME_SYNC
|
||||||
static const struct button_mapping iriver_syncaction[] =
|
static const struct button_mapping iriver_syncaction[] =
|
||||||
{
|
{
|
||||||
{METRONOME_SYNC, BUTTON_REC, BUTTON_NONE },
|
{METRONOME_SYNC, BUTTON_REC, BUTTON_NONE },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue