blob: c7edeb8db6f2baa875ab76924c09e00c993e2afa (
plain)
1
2
3
4
5
6
7
8
|
# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
config BOARD_ENABLE_DCDC
bool "Enable DCDC mode"
select SOC_DCDC_NRF52X
default y
depends on BOARD_NRF52840_M2
|