zmk/app/drivers/led/CMakeLists.txt
2021-09-26 21:08:14 -07:00

8 lines
No EOL
175 B
CMake

# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
zephyr_library()
zephyr_library_sources(led.c)
add_subdirectory_ifdef(CONFIG_IS31FL3733 is31fl3733)