i just started handwiring a 40% keyboard, got the rows and columns wired with some solid copper wire, and now i connected the rows and columns with some wires to a pi pico,
using GPIO pins 0, 1, 2, 3 for rows and 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 for columns
im using a 3rd party tool called POG (
https://github.com/JanLunge/pog) , made by jan lunge for my firmware. everything went smooth until the part where i had to define my keymap. none of the columns worked apart from the last 12th column but it returned giant numbers like 012312638317364793 and stuff like that. im very new to handwiring, so sorry if the issue is very easy to find.
thanks in advance
-bkgrnd