forked from kofal.net/zmk
Add DCDC setting for nano.
This commit is contained in:
6
app/boards/arm/nice_nano/Kconfig
Normal file
6
app/boards/arm/nice_nano/Kconfig
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
|
||||||
|
config BOARD_ENABLE_DCDC
|
||||||
|
bool "Enable DCDC mode"
|
||||||
|
select SOC_DCDC_NRF52X
|
||||||
|
default y
|
||||||
|
depends on BOARD_NICE_NANO
|
||||||
@@ -6,3 +6,4 @@
|
|||||||
config BOARD_NICE_NANO
|
config BOARD_NICE_NANO
|
||||||
bool "nice!nano"
|
bool "nice!nano"
|
||||||
depends on SOC_NRF52840_QIAA
|
depends on SOC_NRF52840_QIAA
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user