mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-24 08:40:46 +02:00
8abc449cc2
Add driver for MAX17048 fuel gauge for battery reporting.
11 lines
177 B
Plaintext
11 lines
177 B
Plaintext
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
if SENSOR
|
|
|
|
rsource "battery/Kconfig"
|
|
rsource "ec11/Kconfig"
|
|
rsource "max17048/Kconfig"
|
|
|
|
endif # SENSOR
|