Blockless output port enum.
326 {
327#ifdef PORTA_FIRST_PIN
328 WS2811_PORTA,
329 WS2813_PORTA,
330 WS2811_400_PORTA,
331 TM1803_PORTA,
332 UCS1903_PORTA,
333#endif
334#ifdef PORTB_FIRST_PIN
335 WS2811_PORTB,
336 WS2813_PORTB,
337 WS2811_400_PORTB,
338 TM1803_PORTB,
339 UCS1903_PORTB,
340#endif
341#ifdef PORTC_FIRST_PIN
342 WS2811_PORTC,
343 WS2813_PORTC,
344 WS2811_400_PORTC,
345 TM1803_PORTC,
346 UCS1903_PORTC,
347#endif
348#ifdef PORTD_FIRST_PIN
349 WS2811_PORTD,
350 WS2813_PORTD,
351 WS2811_400_PORTD,
352 TM1803_PORTD,
353 UCS1903_PORTD,
354#endif
355#ifdef HAS_PORTDC
356 WS2811_PORTDC,
357 WS2813_PORTDC,
358 WS2811_400_PORTDC,
359 TM1803_PORTDC,
360 UCS1903_PORTDC,
361#endif
362};