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