diff options
author | Midge 't Hoen <midgethoen@gmail.com> | 2022-01-03 14:14:38 +0100 |
---|---|---|
committer | Nick Winans <nick@winans.codes> | 2022-01-03 14:39:42 -0600 |
commit | e0620f1a2d726bee1859b8618ea4ed24b6b2145e (patch) | |
tree | bdc3dfcf1e4fe73b12e61fda08b593e038863eba /app | |
parent | e7a52e2cee151bd22290cdc6228b66092d3f6268 (diff) |
Bump init delay to 50ms for nico-nano
Diffstat (limited to 'app')
-rw-r--r-- | app/boards/arm/nice_nano/nice_nano_v2.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/boards/arm/nice_nano/nice_nano_v2.dts b/app/boards/arm/nice_nano/nice_nano_v2.dts index b17f478..8f72aad 100644 --- a/app/boards/arm/nice_nano/nice_nano_v2.dts +++ b/app/boards/arm/nice_nano/nice_nano_v2.dts @@ -12,7 +12,7 @@ compatible = "zmk,ext-power-generic"; label = "EXT_POWER"; control-gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>; - init-delay-ms = <10>; + init-delay-ms = <50>; }; vbatt { |