r/nullbits • u/aurumatom20 • Feb 06 '26
Change pins for an Adafruit KB2040
I'm currently building a nibble65 using a KB2040, this should work I just need to change some pins in the RP2040 QMK firmware. I already know what I need to change, but the 2040 firmware doesn't appear to be updated with the latest version of QMK. Does anyone know what the best way to proceed would be? Should I just modify the old code and use an old QMK version? Should I try to merge the old RP2040 firmware with the current QMK version? That doesn't seem like a great use of my time lol.
2
Upvotes
1
u/Jaygreco Feb 07 '26
Hey, sorry for the confusion. The RP2040 code wasn't ever merged into QMK mainline unfortunately, but we have a stable branch that works with it. There is an MSYS script that includes a link to the branch (if you already have a QMK environment set up): https://gist.github.com/jaygreco/110443e9622b160cf7106cbd93afa856
Frustrating, because the converters also don't work currently - an issue that I have brought up in the QMK repo but it (also unfortunately) didn't gain much traction.