Browse Source

Add missing ADC and fix formatting

xmkb
Nick 4 years ago
parent
commit
8efcd80f3a
  1. 4
      app/boards/arm/bluemicro840/bluemicro840_v1.dts
  2. 4
      app/boards/arm/nice_nano/nice_nano.dts
  3. 4
      app/boards/arm/nrfmicro/nrfmicro_13.dts

4
app/boards/arm/bluemicro840/bluemicro840_v1.dts

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

4
app/boards/arm/nice_nano/nice_nano.dts

@ -28,8 +28,8 @@ @@ -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>;

4
app/boards/arm/nrfmicro/nrfmicro_13.dts

@ -25,8 +25,8 @@ @@ -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>;

Loading…
Cancel
Save