forked from kofal.net/zmk
fix(boards): add sleep pinctrl node for nice!60
Add spi3_sleep pinctrl node to fix nice!60 builds with both RGB underglow and sleep enabled.
This commit is contained in:
committed by
Pete Johanson
parent
a2f32cc12c
commit
cddc92108c
@@ -110,7 +110,8 @@ RC(4,0) RC(4,1) RC(4,2) RC(4,5) R
|
||||
compatible = "nordic,nrf-spim";
|
||||
|
||||
pinctrl-0 = <&spi3_default>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-1 = <&spi3_sleep>;
|
||||
pinctrl-names = "default", "sleep";
|
||||
status = "okay";
|
||||
|
||||
led_strip: ws2812@0 {
|
||||
|
||||
Reference in New Issue
Block a user