FastLED.addLeds<LED_TYPE, LED1_PIN, LED1_ORDER>(leds, 0,100).setCorrection(TypicalLEDStrip);
FastLED.addLeds<LED_TYPE, LED2_PIN, LED2_ORDER>(leds, 101,LED_MAX).setCorrection(TypicalLEDStrip);
strip = &FastLED.addLeds<LED_TYPE, LED_PIN, LED_ORDER>(leds,LED_MAX).setCorrection(TypicalLEDStrip);
strip->setLeds(leds, LED_MAX);
strip->clearLedData();