--- ../rockbox2/apps/plugins/metronome.c 2010-01-03 02:57:47.000000000 -0800 +++ ../rockbox/apps/plugins/metronome.c 2010-01-03 03:15:13.000000000 -0800 @@ -640,10 +640,22 @@ }; #else /* !ONDIO_PAD */ #define METRONOME_TAP PLA_FIRE + + + +/* maxmaxmax, my dirty fix for SANSA_C250, use PLA_UP button */ +/* SANSA_C200_PAD doesn't have a PLA_START */ +#if CONFIG_KEYPAD == SANSA_C200_PAD +#define METRONOME_PLAYPAUSE PLA_UP +#else #define METRONOME_PLAYPAUSE PLA_START +#endif #define METRONOME_MSG_START "press play" #define METRONOME_MSG_STOP "press pause" + + + #if (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD) #define MET_SYNC static const struct button_mapping iriver_syncaction[] =