1menu "Example Configuration" 2 config EXAMPLE_RMT_TX_GPIO 3 int "RMT TX GPIO" 4 default 18 5 help 6 Set the GPIO number used for transmitting the RMT signal. 7 8 config EXAMPLE_STRIP_LED_NUMBER 9 int "Number of LEDS in a strip" 10 default 24 11 help 12 A single RGB strip contains several LEDs. 13endmenu 14