pog icon indicating copy to clipboard operation
pog copied to clipboard

Issue with code.py

Open Glitch860 opened this issue 1 year ago • 3 comments

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.

Glitch860 avatar Aug 05 '24 18:08 Glitch860

Then you likely still have another code or main.py file on the drive that is not from pog. Pog doesnt print hello world

JanLunge avatar Aug 06 '24 08:08 JanLunge

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)

RasmusB avatar Aug 12 '24 17:08 RasmusB

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.

Glitch860 avatar Aug 12 '24 17:08 Glitch860

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

JanLunge avatar Dec 04 '24 15:12 JanLunge