diff --git a/VortexEngine/src/Leds/LedTypes.h b/VortexEngine/src/Leds/LedTypes.h index 9b56e62343..e5421c8505 100644 --- a/VortexEngine/src/Leds/LedTypes.h +++ b/VortexEngine/src/Leds/LedTypes.h @@ -143,6 +143,9 @@ inline LedPos mapGetNextLed(LedMap map, LedPos pos) // bitmap of all pairs (basically LED_COUNT bits) #define MAP_LED_ALL ((2 << (LED_COUNT - 1)) - 1) +// blank map +#define MAP_LED_NONE 0 + #define MAP_INVERSE(map) ((~map) & MAP_LED_ALL) // macro for all evens and odds