diff options
author | Nick <nick.win999@gmail.com> | 2020-10-26 16:01:57 -0500 |
---|---|---|
committer | Nick <nick.win999@gmail.com> | 2020-10-26 16:01:57 -0500 |
commit | a0087311038e9b21c2a45499e669d1300af16f83 (patch) | |
tree | be02b819a1c2784d3ce963da818ce42c919df402 /app/drivers/zephyr/Kconfig | |
parent | 63007fb6c136b8475894a6315f12eabeea952ca4 (diff) |
Implement Kconfig and enhance error checks
Diffstat (limited to 'app/drivers/zephyr/Kconfig')
-rw-r--r-- | app/drivers/zephyr/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/drivers/zephyr/Kconfig b/app/drivers/zephyr/Kconfig index 0534cab..6b177fb 100644 --- a/app/drivers/zephyr/Kconfig +++ b/app/drivers/zephyr/Kconfig @@ -21,6 +21,12 @@ config ZMK_KSCAN_INIT_PRIORITY help Keyboard scan device driver initialization priority. +config ZMK_BATTERY_VOLTAGE_DIVIDER + bool "ZMK battery voltage divider" + select ADC + help + Enable ZMK battery voltage divider driver for battery monitoring. + menuconfig EC11 bool "EC11 Incremental Encoder Sensor" depends on GPIO |