fix(boards): Fix battery ADC channel for Mikoto

This commit is contained in:
zhiayang 2022-05-09 23:28:41 +08:00
parent 6227866e8c
commit f58224f203
No known key found for this signature in database
GPG key ID: 5E2F30AD6F08571F

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