Update sofle_left.dts

This commit is contained in:
1218
2024-10-05 01:45:08 +08:00
committed by GitHub
parent 899512742b
commit 2c10bdc569
+7 -8
View File
@@ -46,6 +46,12 @@
vbatt: vbatt {
compatible = "zmk,battery-nrf-vddh";
};
backlight: pwmleds {
compatible = "pwm-leds";
pwm_led_0 {
pwms = <&pwm0 0 PWM_MSEC(10) PWM_POLARITY_NORMAL>;
};
};
};
@@ -60,11 +66,4 @@
pinctrl-1 = <&pwm0_sleep>;
pinctrl-names = "default", "sleep";
};
/ {
backlight: pwmleds {
compatible = "pwm-leds";
pwm_led_0 {
pwms = <&pwm0 0 PWM_MSEC(10) PWM_POLARITY_NORMAL>;
};
};
};