mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
fix(boards): Fix XIAO BLE voltage divider config.
* Use proper resistor value for the `output-ohms` property.
This commit is contained in:
committed by
Pete Johanson
parent
6e7c2a08a2
commit
9f90dd1fc7
@@ -16,7 +16,7 @@
|
|||||||
label = "BATTERY";
|
label = "BATTERY";
|
||||||
io-channels = <&adc 7>;
|
io-channels = <&adc 7>;
|
||||||
power-gpios = <&gpio0 14 (GPIO_OPEN_DRAIN | GPIO_ACTIVE_LOW)>;
|
power-gpios = <&gpio0 14 (GPIO_OPEN_DRAIN | GPIO_ACTIVE_LOW)>;
|
||||||
output-ohms = <1000000>;
|
output-ohms = <510000>;
|
||||||
full-ohms = <(1000000 + 510000)>;
|
full-ohms = <(1000000 + 510000)>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user