zmk/app/drivers/led_strip/CMakeLists.txt
XiNGRZ 1fdb141d16 feat(led_strip): Add composite led_strip driver
Signed-off-by: XiNGRZ <hi@xingrz.me>
2022-12-15 02:30:59 +08:00

4 lines
145 B
CMake

# Copyright (c) 2022 The ZMK Contributors
# SPDX-License-Identifier: MIT
zephyr_sources_ifdef(CONFIG_LED_STRIP_COMPOSITE led_strip_composite.c)