mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-05-03 04:43:20 +02:00
8059e671b2
Given a typical setup of a battery at ~4 V and a nice!nano v2 running at 3.3 V, I measured a small increase in power usage (using a Nordic PPK2) when SOC_DCDC_NRF52X_HV was enabled. This changes the nice_nano_v2 and mikoto boards so this option is disabled by default. Fixes #2990