diff options
Diffstat (limited to 'apps/plugins/metronome.c')
| -rw-r--r-- | apps/plugins/metronome.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/metronome.c b/apps/plugins/metronome.c index bf1a1a3..587d9f5 100644 --- a/apps/plugins/metronome.c +++ b/apps/plugins/metronome.c @@ -55,6 +55,15 @@ #define METRONOME_SYNC BUTTON_REC #define METRONOME_MSG_START "press play" #define METRONOME_MSG_STOP "press pause" + +#elif (CONFIG_KEYPAD == IPOD_4G_PAD) +#define METRONOME_QUIT BUTTON_MENU +#define METRONOME_PLAYPAUSE BUTTON_PLAY +#define METRONOME_VOL_UP BUTTON_SCROLL_FWD +#define METRONOME_VOL_DOWN BUTTON_SCROLL_BACK +#define METRONOME_TAP BUTTON_SELECT +#define METRONOME_MSG_START "press play" +#define METRONOME_MSG_STOP "press pause" #endif #if CONFIG_REMOTE_KEYPAD == H100_REMOTE |