feat(boards): Use the nRF VDDH driver for the nice!nano v2

This commit is contained in:
Nick Winans
2021-07-24 23:41:03 -05:00
committed by Pete Johanson
parent 1cafbd8069
commit cf5c56c4f1
2 changed files with 13 additions and 6 deletions

View File

@@ -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