#ifndef my_fastled_H
#define my_fastled_H
#define FASTLED_INTERNAL
#include <FastLED.h>
#include "config.h"
extern CRGB leds[LED_COUNT];
void fastled_setup();
#endif