mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-05-04 13:23:20 +02:00
8abc449cc2
Add driver for MAX17048 fuel gauge for battery reporting.
7 lines
220 B
CMake
7 lines
220 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_MAX17048 max17048)
|