#Turning off the onboard LEDs on a seeeduino rp2040
1 messages · Page 1 of 1 (latest)
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.
This is totally not a proper solution, but it has been reported that using my led widget turns them off (coincidentally): #1070551906881122415 message
You can try using it directly (see https://github.com/caksoylar/zmk-rgbled-widget) or try to figure out what in the setup helps with that
Once Zephyr 3.5 is merged (should be this week) this might be easy to solve with a gpio hog node in the keymap
I thought of that, but for some reason, I didn't know if it would translate to the 2040... Great to know! I have a few of those waiting for a project... Might become my work USB keyboard.