Skip to content

Commit

Permalink
remove voltage divider
Browse files Browse the repository at this point in the history
  • Loading branch information
abondis committed Aug 31, 2021
1 parent 8ab47d6 commit 84bd77c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/boards/arm/sparkfun_nrf52840_mini/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@ endif # BOARD_SF_52840 || BOARD_SF_52840_V2
if BOARD_SF_52840

config ZMK_BATTERY_VOLTAGE_DIVIDER
default y
# default y
default n

endif # BOARD_SF_52840

if BOARD_SF_52840_V2

config ZMK_BATTERY_NRF_VDDH
default y
# default y
default n

endif # BOARD_SF_52840_V2

0 comments on commit 84bd77c

Please sign in to comment.