diff options
Diffstat (limited to 'src/app/ws2812b_uart/Kconfig')
-rw-r--r-- | src/app/ws2812b_uart/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/ws2812b_uart/Kconfig b/src/app/ws2812b_uart/Kconfig new file mode 100644 index 0000000..7566e4c --- /dev/null +++ b/src/app/ws2812b_uart/Kconfig @@ -0,0 +1,2 @@ +prompt "UART to WS2812b" +depends on (arch_arduino_nano || arch_arduino_nano_168) && meta_driver_neopixel |