Update Kconfig.defconfig

This commit is contained in:
1218 2024-10-12 13:03:26 +08:00 committed by GitHub
parent e6156789c2
commit 7f83b0a253
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,12 @@ config BOARD_ENABLE_DCDC
select SOC_DCDC_NRF52X select SOC_DCDC_NRF52X
default y default y
config BOARD_ENABLE_DCDC_HV
bool "Enable High Voltage DCDC converter"
default y
select SOC_DCDC_NRF52X_HV
depends on (BOARD_CORNE_LEFT || BOARD_CORNE_RIGHT)
config ZMK_SPLIT config ZMK_SPLIT
default y default y