using PROG_MEM in static struct… howto?

Not tested, but this might work:

  static const prog_char *label PROGMEM = "LED";
  static intfPulse pulses[] = {
    { 13, 0, label }
  }

Oliver