mirror of https://github.com/zmkfirmware/zmk.git
Remove backlight configuration from board, we configure it from the shield
This commit is contained in:
parent
9c299fac01
commit
66c99011c3
|
|
@ -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>;
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
chosen {
|
||||
zmk,kscan = &kscan0;
|
||||
zmk,physical-layout = &layout_60_ansi;
|
||||
zmk,backlight = &pwmleds;
|
||||
};
|
||||
|
||||
kscan0: kscan {
|
||||
|
|
|
|||
Loading…
Reference in New Issue