diff options
author | Joel Spadin <joelspadin@gmail.com> | 2021-04-03 01:00:51 -0500 |
---|---|---|
committer | Nick Winans <nick@winans.codes> | 2021-07-24 23:39:13 -0500 |
commit | a6de43e665ded4831d79159495660ac3a7d48e99 (patch) | |
tree | e2a3c4d4b79dd2e18723a564c29f7eb07b169daf /app/drivers/sensor/Kconfig | |
parent | 824d605c2218ff01ece4391711d69f623fcc75c0 (diff) |
feat: Add nrf VDDH battery driver
Added a driver which uses the nRF52's ADC channel on the VDDH pin to
read the battery voltage when using high voltage mode.
Diffstat (limited to 'app/drivers/sensor/Kconfig')
-rw-r--r-- | app/drivers/sensor/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/drivers/sensor/Kconfig b/app/drivers/sensor/Kconfig index 7b6a0d0..a828f6c 100644 --- a/app/drivers/sensor/Kconfig +++ b/app/drivers/sensor/Kconfig @@ -1,5 +1,5 @@ # Copyright (c) 2020 The ZMK Contributors # SPDX-License-Identifier: MIT -rsource "battery_voltage_divider/Kconfig" +rsource "battery/Kconfig" rsource "ec11/Kconfig"
\ No newline at end of file |