-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot use coordmapper (invalid pin even though print(dir(board)) gives those pins) #48
Comments
seems like you dont have a pinprefix set? usually it should check for board.D0 not just D0, that could be something to check. Do you have some more info on how the download did not work like which OS are you on? |
I'm on windows! If i press the debug button, the terminal windows will usually be empty. And when connecting there's nothing. Or is there a smarter way to debug :D ? |
the debug tab in pog isnt that great yet, i do use a separate app like MuEditor with the repl in there as a separate window. |
After tabbing to the debug tab many times after pressing the flash button:
|
once you press flash coord map it only writes a flag to the config file to start differently (with the keymap printing the coordmap indexes) that means you need to press ctrl+c or ctrl+d to exit the interactive repl and let the keyboard code run. |
You're the best
now i just have to make it work :D not the best at this... but i'll try my best :) |
looks good though i can recommend doing the coordmap setup for a split keyboard for each half once with it set to normal instead of split just to see if the pins and everything works. there are some cases where the split board will only output on one side if set to split (as it expects the main half to send the commands to the pc) |
It's quite annoying trying to get debug output. Is there a way to get it in the REPL? |
Tried with the new version 6 hours ago (and the static sha of KMK, downloader doesn't seem to work so manually did it).
Using a splitkb lutris
https://github.com/adafruit/circuitpython/blob/main/ports/raspberrypi/boards/splitkb_liatris/pins.c
any idea on what i might possibly be doing wrong?
Thank you!
The text was updated successfully, but these errors were encountered: