Merge branch 'main' into bluetooth/battery-reporting

This commit is contained in:
Nick Winans 2020-10-23 00:55:50 -05:00 committed by GitHub
commit 70ffcca3b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
159 changed files with 22131 additions and 4208 deletions

View file

@ -28,6 +28,12 @@
label = "Blue LED";
};
};
ext-power {
compatible = "zmk,ext-power-generic";
label = "EXT_POWER";
control-gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
};
vbatt {
compatible = "zmk,battery-voltage-divider";
@ -42,6 +48,10 @@
status = "okay";
};
&gpiote {
status = "okay";
};
&gpio0 {
status = "okay";
};