mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
8 lines
202 B
CMake
8 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)
|