Issue with code.py
I tried setting up the controller before wiring the keyboard matrix to it. As I didn't have my keymap yet.
When I try to setup the CoordMap nothing happens.
I open the code.py and it only says:
print ("Hello World!")
How can I get my keyboard configured from here? The Raw Keymap is already set.
Then you likely still have another code or main.py file on the drive that is not from pog. Pog doesnt print hello world
I just tried this and can confirm the issue. The code.py that just contains "Hello world" is automatically installed when you install circuitpython (at least for the RP2040 port)
FYI I resolved this issue myself. Once I had wired all the columns and rows to the controller. I deleted everything in the controllers drive, Reset it, added the python firmware back, and then went through the POG setup process again.
pog now handles updates to the pog files via the update firmware button in the firmware tab which will update and overwrite the code.py file as well