Skip to content

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
  • Loading branch information
sashalex007 committed Apr 28, 2024
1 parent 65f9f19 commit 3217a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/boards/shields/ergoalex/ergoalex.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
vbatt0: vbatt {
compatible = "zmk,battery-voltage-divider";
label = "BATTERY";
io-channels = <&adc 2>;
io-channels = <&adc 4>;
output-ohms = <2000000>;
full-ohms = <(2000000+806000)>;
power-gpios = <&gpio1 4 GPIO_ACTIVE_HIGH>;
power-gpios = <&gpio1 4 (GPIO_ACTIVE_HIGH)>;
};


Expand Down

0 comments on commit 3217a6c

Please sign in to comment.