jamesbrindle / Keypad4TeamsGlobalKeys

A program to make the 3D printed Keypad4Team's keys globally registered.
MIT License
3 stars 0 forks source link

Key Mapping seems off with your version of the Pico Code #1

Open RHill051 opened 3 years ago

RHill051 commented 3 years ago

I set up the keypad with the code that was provided on the Thingiverse listing and the keypad outputs the correct macros which I verified working when I have teams in focus or simply view what is sent when I open a text document. When I switch to the code you provided the key mapping seems to be off. I know there is a discrepancy in the documentation on the project where the diagram is not accurate so it seems you changed the key mapping for your version. Is it possible to have a version that doesn't change the keymappings in the original code?

jamesbrindle commented 3 years ago

Hey,

Sure... Yeah I'm not sure how the original key mapping would work. Maybe it's just me...

Anyway, here is the location of the files you requested:

https://github.com/jamesbrindle/Keypad4TeamsGlobalKeys/tree/master/PicoFiles/Code/ThingyverseMapping

The code.py contains the original mapping - starting at GP14 as opposed to GP10.

Regards,

J