fix(boards): Fix battery ADC channel for Mikoto
This commit is contained in:
parent
eca37b6219
commit
19cc96b86d
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
vbatt: vbatt {
|
vbatt: vbatt {
|
||||||
compatible = "zmk,battery-voltage-divider";
|
compatible = "zmk,battery-voltage-divider";
|
||||||
label = "BATTERY";
|
label = "BATTERY";
|
||||||
io-channels = <&adc 2>;
|
io-channels = <&adc 1>;
|
||||||
output-ohms = <10000000>;
|
output-ohms = <10000000>;
|
||||||
full-ohms = <(10000000 + 4000000)>;
|
full-ohms = <(10000000 + 4000000)>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue