zmk/app/boards/arm/bluemicro833/Kconfig
2021-10-08 15:56:38 +00:00

9 lines
194 B
Text

# Copyright (c) 2021 The ZMK Contributors
# SPDX-License-Identifier: MIT
config BOARD_ENABLE_DCDC
bool "Enable DCDC mode"
select SOC_DCDC_NRF52X
default y
depends on BOARD_BLUEMICRO833_V1