zmk/app/boards/arm/glove80_v0/Kconfig
2022-12-24 13:00:14 +09:00

7 lines
174 B
Text

# SPDX-License-Identifier: MIT
config BOARD_ENABLE_DCDC
bool "Enable DCDC mode"
select SOC_DCDC_NRF52X
default y
depends on (BOARD_GLOVE80_V0_LH || BOARD_GLOVE80_V0_RH)