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 {
compatible = "zmk,battery-voltage-divider";
label = "VOLTAGE_DIVIDER";
label = "BATTERY";
io-channels = <&adc 7>;
output-ohms = <2000000>;
full-ohms = <(2000000 + 806000)>;

View File

@ -37,7 +37,7 @@
vbatt {
compatible = "zmk,battery-voltage-divider";
label = "VOLTAGE_DIVIDER";
label = "BATTERY";
io-channels = <&adc 2>;
output-ohms = <2000000>;
full-ohms = <(2000000 + 806000)>;

View File

@ -34,7 +34,7 @@
vbatt {
compatible = "zmk,battery-voltage-divider";
label = "VOLTAGE_DIVIDER";
label = "BATTERY";
io-channels = <&adc 2>;
output-ohms = <2000000>;
full-ohms = <(2000000 + 820000)>;