Update Kconfig.defconfig

This commit is contained in:
1218 2024-10-12 04:51:51 +08:00 committed by GitHub
parent 7b5debd264
commit fb34e82bc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,12 @@ if BOARD_CORNE_LEFT || BOARD_CORNE_RIGHT
config BOARD config BOARD
default "corne" default "corne"
config BOARD_ENABLE_DCDC
bool "Enable DCDC mode"
select SOC_DCDC_NRF52X
default y
depends on BOARD_corne
config ZMK_SPLIT config ZMK_SPLIT
default y default y