#pragma once #ifndef FASTLED_UNUSED #define FASTLED_UNUSED(x) (void)(x) #endif #ifndef FL_UNUSED #define FL_UNUSED(x) (void)(x) #endif