#Turning off the onboard LEDs on a seeeduino rp2040

1 messages · Page 1 of 1 (latest)

supple vapor
#

I just built a zilpzalp with an rp2040 and everything works fine, but I find the status LEDs on the seeeduino a bit annoying. Is there a way to configure zmk to turn them off?

timid mural
#

You can use gpio pin control to set them on or off. I've never put ZMK on a 2040, but I've had the built-in LED on the Xiao NRF board set up to turn on/off with keybindings.

obtuse blaze
#

This is totally not a proper solution, but it has been reported that using my led widget turns them off (coincidentally): #1070551906881122415 message

#

Once Zephyr 3.5 is merged (should be this week) this might be easy to solve with a gpio hog node in the keymap

timid mural