fix(boards): Rename BVD labels

This commit is contained in:
Nick 2020-10-27 15:08:18 -05:00 committed by Pete Johanson
parent 8779563896
commit 74fa113d88
3 changed files with 3 additions and 3 deletions

View file

@ -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)>;

View file

@ -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)>;

View file

@ -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)>;