1# Copyright (c) 2019 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4menu "WS2812 Sample Configuration"
5
6config SAMPLE_LED_UPDATE_DELAY
7	int "Delay between LED updates in ms"
8	default 50
9	help
10	  Delay between LED updates in ms.
11
12endmenu
13
14source "Kconfig.zephyr"
15