summaryrefslogtreecommitdiff
path: root/app/boards/arm/nice_nano/Kconfig.defconfig
diff options
context:
space:
mode:
authorNick Winans <nick@winans.codes>2021-07-24 23:41:03 -0500
committerPete Johanson <peter@peterjohanson.com>2021-08-02 21:56:53 -0400
commitcf5c56c4f1023c3d6b3911e2f57724e54dfd6842 (patch)
tree5d367537bef4ec70728ad20c52ae16d3591d1451 /app/boards/arm/nice_nano/Kconfig.defconfig
parent1cafbd8069ae98682b4b4849a6dfd281c1370f58 (diff)
feat(boards): Use the nRF VDDH driver for the nice!nano v2
Diffstat (limited to 'app/boards/arm/nice_nano/Kconfig.defconfig')
-rw-r--r--app/boards/arm/nice_nano/Kconfig.defconfig13
1 files changed, 12 insertions, 1 deletions
diff --git a/app/boards/arm/nice_nano/Kconfig.defconfig b/app/boards/arm/nice_nano/Kconfig.defconfig
index 0728bf0..876002b 100644
--- a/app/boards/arm/nice_nano/Kconfig.defconfig
+++ b/app/boards/arm/nice_nano/Kconfig.defconfig
@@ -25,7 +25,18 @@ config ZMK_BLE
config ZMK_USB
default y
+endif # BOARD_NICE_NANO || BOARD_NICE_NANO_V2
+
+if BOARD_NICE_NANO
+
config ZMK_BATTERY_VOLTAGE_DIVIDER
default y
-endif # BOARD_NICE_NANO || BOARD_NICE_NANO_V2
+endif # BOARD_NICE_NANO
+
+if BOARD_NICE_NANO_V2
+
+config ZMK_BATTERY_NRF_VDDH
+ default y
+
+endif # BOARD_NICE_NANO_V2