zmk/app/drivers/led_strip/Kconfig.ckled2001
2022-12-15 02:34:22 +08:00

12 lines
355 B
Text

# Copyright (c) 2022 The ZMK Contributors
# SPDX-License-Identifier: MIT
DT_COMPAT_ZMK_CKLED2001 := zmk,ckled2001
config CKLED2001
bool "CKLED2001 compatible LED strip controller driver"
default $(dt_compat_enabled,$(DT_COMPAT_ZMK_CKLED2001))
depends on I2C
depends on LED_STRIP
help
Enable driver for CKLED2001 compatible LED strip controller.