1
0
Fork 0
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:
Martin Scarratt 2006-12-03 16:35:28 +00:00
parent 10a9b4ef53
commit 85860c34c4

View file

@ -58,6 +58,7 @@ static const struct button_mapping ondio_action[] =
#define METRONOME_MSG_STOP "press pause"
#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD)
#define METRONOME_SYNC
static const struct button_mapping iriver_syncaction[] =
{
{METRONOME_SYNC, BUTTON_REC, BUTTON_NONE },