647110e5e5
* Upstream Zephyr has in progress driver, so doing this locally here, until we can move over to that driver.
7 lines
172 B
CMake
7 lines
172 B
CMake
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
add_subdirectory(gpio)
|
|
add_subdirectory(kscan)
|
|
add_subdirectory(sensor)
|
|
add_subdirectory(display)
|