diff options
Diffstat (limited to 'app/boards/arm/nice_nano')
-rw-r--r-- | app/boards/arm/nice_nano/nice_nano.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/boards/arm/nice_nano/nice_nano.dts b/app/boards/arm/nice_nano/nice_nano.dts index 72804e3..997d195 100644 --- a/app/boards/arm/nice_nano/nice_nano.dts +++ b/app/boards/arm/nice_nano/nice_nano.dts @@ -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"; }; |