fix(boards): Fix battery ADC channel for Mikoto

This commit is contained in:
zhiayang 2022-05-09 23:28:41 +08:00 committed by Pete Johanson
parent eca37b6219
commit 19cc96b86d
1 changed files with 1 additions and 1 deletions

View File

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