Merge branch 'main' into bluetooth/battery-reporting
This commit is contained in:
commit
70ffcca3b4
159 changed files with 22131 additions and 4208 deletions
|
|
@ -25,6 +25,12 @@
|
|||
label = "Blue LED";
|
||||
};
|
||||
};
|
||||
|
||||
ext-power {
|
||||
compatible = "zmk,ext-power-generic";
|
||||
label = "EXT_POWER";
|
||||
control-gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
vbatt {
|
||||
compatible = "zmk,battery-voltage-divider";
|
||||
|
|
@ -33,7 +39,10 @@
|
|||
output-ohms = <2000000>;
|
||||
full-ohms = <(2000000 + 820000)>;
|
||||
};
|
||||
};
|
||||
|
||||
&adc {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gpio0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue