blob: fd8cd26d8aa40e8cf4a513be754a172c33b196cb (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 | # 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"
	select ADC
	select ZMK_BATTERY
	help
		Enable ZMK nRF VDDH voltage driver for battery monitoring.
config ZMK_BATTERY_VOLTAGE_DIVIDER
	bool "ZMK battery voltage divider"
	select ADC
	select ZMK_BATTERY
	help
		Enable ZMK battery voltage divider driver for battery monitoring.
 |