fix(boards): Rename BVD labels
This commit is contained in:
parent
8779563896
commit
74fa113d88
3 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
vbatt {
|
vbatt {
|
||||||
compatible = "zmk,battery-voltage-divider";
|
compatible = "zmk,battery-voltage-divider";
|
||||||
label = "VOLTAGE_DIVIDER";
|
label = "BATTERY";
|
||||||
io-channels = <&adc 7>;
|
io-channels = <&adc 7>;
|
||||||
output-ohms = <2000000>;
|
output-ohms = <2000000>;
|
||||||
full-ohms = <(2000000 + 806000)>;
|
full-ohms = <(2000000 + 806000)>;
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
vbatt {
|
vbatt {
|
||||||
compatible = "zmk,battery-voltage-divider";
|
compatible = "zmk,battery-voltage-divider";
|
||||||
label = "VOLTAGE_DIVIDER";
|
label = "BATTERY";
|
||||||
io-channels = <&adc 2>;
|
io-channels = <&adc 2>;
|
||||||
output-ohms = <2000000>;
|
output-ohms = <2000000>;
|
||||||
full-ohms = <(2000000 + 806000)>;
|
full-ohms = <(2000000 + 806000)>;
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
vbatt {
|
vbatt {
|
||||||
compatible = "zmk,battery-voltage-divider";
|
compatible = "zmk,battery-voltage-divider";
|
||||||
label = "VOLTAGE_DIVIDER";
|
label = "BATTERY";
|
||||||
io-channels = <&adc 2>;
|
io-channels = <&adc 2>;
|
||||||
output-ohms = <2000000>;
|
output-ohms = <2000000>;
|
||||||
full-ohms = <(2000000 + 820000)>;
|
full-ohms = <(2000000 + 820000)>;
|
||||||
|
|
Loading…
Reference in a new issue