Browse Source

fix(boards): Proper active high and init delay for Mikoto ext-power

xmkb
zhiayang 2 years ago committed by GitHub
parent
commit
d29236141e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      app/boards/arm/mikoto/mikoto_520.dts

3
app/boards/arm/mikoto/mikoto_520.dts

@ -29,7 +29,8 @@ @@ -29,7 +29,8 @@
ext-power {
compatible = "zmk,ext-power-generic";
label = "EXT_POWER";
control-gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
control-gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
init-delay-ms = <50>;
};
vbatt {

Loading…
Cancel
Save