6 lines
No EOL
139 B
CMake
6 lines
No EOL
139 B
CMake
# Copyright (c) 2022 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
if (CONFIG_ZMK_SPLIT_BLE)
|
|
add_subdirectory(bluetooth)
|
|
endif() |