mirror of https://github.com/zmkfirmware/zmk.git
fix(boards): Fix up EXT_POWER naming for adv360pro;
* Restore setting loading by preserving old device name for the external power node.
This commit is contained in:
parent
6bf4870704
commit
db9ab30335
|
|
@ -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>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue