zmk/app/drivers/sensor/battery/Kconfig
2021-10-10 15:29:34 -07:00

21 lines
517 B
Text

# Copyright (c) 2020-2021 The ZMK Contributors
# SPDX-License-Identifier: MIT
config ZMK_BATTERY
bool "ZMK battery monitoring"
help
Enable battery monitoring
config ZMK_BATTERY_NRF_VDDH
bool "ZMK nRF VDDH battery monitoring"
depends on ADC
select ZMK_BATTERY
help
Enable ZMK nRF VDDH voltage driver for battery monitoring.
config ZMK_BATTERY_VOLTAGE_DIVIDER
bool "ZMK battery voltage divider"
depends on ADC
select ZMK_BATTERY
help
Enable ZMK battery voltage divider driver for battery monitoring.