mirror of https://github.com/zmkfirmware/zmk.git
Merge pull request #90 from petejohanson/boards/nice-nano-dcdc
Add DCDC setting for nano.
This commit is contained in:
commit
a1965204fd
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue