Skip to content

Commit

Permalink
fix(boards): Proper active high and init delay for Mikoto ext-power
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiayang authored Jan 11, 2022
1 parent f692d64 commit d292361
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/boards/arm/mikoto/mikoto_520.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d292361

Please sign in to comment.