diff options
author | Nick <nick.win999@gmail.com> | 2020-10-23 00:57:32 -0500 |
---|---|---|
committer | Nick <nick.win999@gmail.com> | 2020-10-23 00:57:32 -0500 |
commit | 8efcd80f3ae594a489339ac23de8890399f22f59 (patch) | |
tree | 85b104f95e52b08bc27d63f6623173f029c5242c /app/boards/arm/nrfmicro | |
parent | 70ffcca3b42f5dacf5be155a56b11387a7e68b63 (diff) |
Add missing ADC and fix formatting
Diffstat (limited to 'app/boards/arm/nrfmicro')
-rw-r--r-- | app/boards/arm/nrfmicro/nrfmicro_13.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/boards/arm/nrfmicro/nrfmicro_13.dts b/app/boards/arm/nrfmicro/nrfmicro_13.dts index ae6c1af..5ae11ba 100644 --- a/app/boards/arm/nrfmicro/nrfmicro_13.dts +++ b/app/boards/arm/nrfmicro/nrfmicro_13.dts @@ -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>; |