Blockless output port enum.
301 {
302#ifdef PORTA_FIRST_PIN
303 WS2811_PORTA,
304 WS2813_PORTA,
305 WS2811_400_PORTA,
306 TM1803_PORTA,
307 UCS1903_PORTA,
308#endif
309#ifdef PORTB_FIRST_PIN
310 WS2811_PORTB,
311 WS2813_PORTB,
312 WS2811_400_PORTB,
313 TM1803_PORTB,
314 UCS1903_PORTB,
315#endif
316#ifdef PORTC_FIRST_PIN
317 WS2811_PORTC,
318 WS2813_PORTC,
319 WS2811_400_PORTC,
320 TM1803_PORTC,
321 UCS1903_PORTC,
322#endif
323#ifdef PORTD_FIRST_PIN
324 WS2811_PORTD,
325 WS2813_PORTD,
326 WS2811_400_PORTD,
327 TM1803_PORTD,
328 UCS1903_PORTD,
329#endif
330#ifdef HAS_PORTDC
331 WS2811_PORTDC,
332 WS2813_PORTDC,
333 WS2811_400_PORTDC,
334 TM1803_PORTDC,
335 UCS1903_PORTDC,
336#endif
337};