mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 13:05:20 -05:00
* Upstream added an equivalent fuel gauge driver, so namespace our Kconfig symbol and DTS compatible for the MAX17048 driver.
7 lines
224 B
CMake
7 lines
224 B
CMake
# Copyright (c) 2020-2021 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
add_subdirectory_ifdef(CONFIG_ZMK_BATTERY battery)
|
|
add_subdirectory_ifdef(CONFIG_EC11 ec11)
|
|
add_subdirectory_ifdef(CONFIG_ZMK_MAX17048 max17048)
|