From 8719c255859293ce0420c3ea45eb11cb0e0a222e Mon Sep 17 00:00:00 2001 From: 1218 <98438916+a741725193@users.noreply.github.com> Date: Sat, 5 Oct 2024 01:02:32 +0800 Subject: [PATCH] Update sofle_left.dts --- config/boards/arm/sofle/sofle_left.dts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/boards/arm/sofle/sofle_left.dts b/config/boards/arm/sofle/sofle_left.dts index 8650a6d..a21e4f2 100644 --- a/config/boards/arm/sofle/sofle_left.dts +++ b/config/boards/arm/sofle/sofle_left.dts @@ -10,6 +10,7 @@ /{ chosen { zmk,battery = &vbatt; + zmk,backlight = &backlight; }; @@ -52,4 +53,4 @@ a-gpios = <&gpio1 10 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; b-gpios = <&gpio1 14 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; status = "okay"; -}; \ No newline at end of file +};