zmk/app/boards/arm/nice_nano/Kconfig

8 lines
169 B
Plaintext
Raw Permalink Normal View History

2020-08-19 00:28:06 -04:00
# SPDX-License-Identifier: MIT
2020-08-14 23:26:03 -04:00
config BOARD_ENABLE_DCDC
bool "Enable DCDC mode"
select SOC_DCDC_NRF52X
default y
2021-07-15 18:34:00 -04:00
depends on (BOARD_NICE_NANO || BOARD_NICE_NANO_V2)