Connect the layer LED to GPIO

I’ve created a dual version on a Pico2.
I have four LEDs connected to GPIOs 0-3 on side A.
However, the LED on GPIO 0 is always on, even without any input, while the others remain off.
Am I doing something wrong?"

This text is an English translation from Japanese.

GPIO 0 and GPIO 1 are used for TX/RX on the debug serial interface.

Just choose some other pins.

I’ll try connecting them to GPIOs 2-5 later.
Thanks!

Actually I checked again and GPIO 2 and 3 are also reserved on the dual variant (for SWDIO/SWCLK when the A side flashes the B side firmware - typically only used on the custom boards).

But the rest of the pins should be OK to use.

This helps me since I can’t read the source code.

Nailed it!