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