hello, How can I use APA102 based led strip?

hello,
How can I use APA102 based led strip? what should I put in #define LED_TYPE ?

Here’s what I used:

#define CHIPSET APA102

FastLED.addLeds<CHIPSET, LED_PIN, CLOCK_PIN, BGR>(leds, NUM_LEDS);

From my project: https://github.com/jasoncoon/APA102_TeensyTest/blob/master/APA102_TeensyTest.ino

No problem, making anything cool?