b5e73204e8
* Avoid defining the ZMK GPIO drivers lib if none of the drivers are selected.
7 lines
202 B
CMake
7 lines
202 B
CMake
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
add_subdirectory_ifdef(CONFIG_ZMK_DRIVERS_GPIO gpio)
|
|
add_subdirectory(kscan)
|
|
add_subdirectory(sensor)
|
|
add_subdirectory(display)
|