mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
Add DCDC mode config.
This commit is contained in:
8
app/boards/arm/bluemicro52840_v1/Kconfig
Normal file
8
app/boards/arm/bluemicro52840_v1/Kconfig
Normal file
@@ -0,0 +1,8 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
config BOARD_ENABLE_DCDC
|
||||
bool "Enable DCDC mode"
|
||||
select SOC_DCDC_NRF52X
|
||||
default y
|
||||
depends on BOARD_BLUEMICRO52840_V1
|
||||
|
||||
Reference in New Issue
Block a user