Add missing ADC and fix formatting

This commit is contained in:
Nick 2020-10-23 00:57:32 -05:00
parent 70ffcca3b4
commit 8efcd80f3a
3 changed files with 8 additions and 4 deletions

View File

@ -39,6 +39,10 @@
};
&adc {
status = "okay";
};
&gpio0 {
status = "okay";
};

View File

@ -28,8 +28,8 @@
label = "Blue LED";
};
};
ext-power {
ext-power {
compatible = "zmk,ext-power-generic";
label = "EXT_POWER";
control-gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;

View File

@ -25,8 +25,8 @@
label = "Blue LED";
};
};
ext-power {
ext-power {
compatible = "zmk,ext-power-generic";
label = "EXT_POWER";
control-gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;