diff --git a/config/boards/arm/sofle/Kconfig.defconfig b/config/boards/arm/sofle/Kconfig.defconfig index 2fd626d..ffcaab9 100644 --- a/config/boards/arm/sofle/Kconfig.defconfig +++ b/config/boards/arm/sofle/Kconfig.defconfig @@ -78,3 +78,9 @@ config LED_PWM endif # ZMK_BACKLIGHT +config BOARD_ENABLE_DCDC + bool "Enable DCDC mode" + select SOC_DCDC_NRF52X + default y + depends on (BOARD_SOFLE_LEFT || BOARD_SOFLE_RIGHT) +