Skip to content

Commit

Permalink
fix(boards): Fix up EXT_POWER naming for adv360pro;
Browse files Browse the repository at this point in the history
* Restore setting loading by preserving old device name for the
  external power node.
  • Loading branch information
petejohanson committed Jan 9, 2024
1 parent 6bf4870 commit db9ab30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/boards/arm/adv360pro/adv360pro.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@

>;
};
ext-power {

// Node name must match original "EXT_POWER" label to preserve user settings.
EXT_POWER {
compatible = "zmk,ext-power-generic";
control-gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
};
Expand Down

0 comments on commit db9ab30

Please sign in to comment.