mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-22 14:05:17 -05:00
6 lines
139 B
CMake
6 lines
139 B
CMake
# Copyright (c) 2022 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
if (CONFIG_ZMK_SPLIT_BLE)
|
|
add_subdirectory(bluetooth)
|
|
endif() |