Remove backlight configuration from board, we configure it from the shield

This commit is contained in:
BarbUk 2025-11-18 21:24:00 +01:00
parent 9c299fac01
commit 66c99011c3
No known key found for this signature in database
GPG Key ID: B6D01F84A7519939
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,6 @@
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zmk,battery = &vbatt;
zmk,backlight = &backlight;
zmk,led = &is31fl3733;
};
@ -45,7 +44,7 @@
full-ohms = <(1000000 + 1000000)>;
};
backlight: pwmleds {
pwmleds: pwmleds {
compatible = "pwm-leds";
red_pwm_led: pwm_led_0 {
pwms = <&pwm0 0 PWM_MSEC(20) PWM_POLARITY_NORMAL>;

View File

@ -12,6 +12,7 @@
chosen {
zmk,kscan = &kscan0;
zmk,physical-layout = &layout_60_ansi;
zmk,backlight = &pwmleds;
};
kscan0: kscan {