Thomas Haukland

Results 129 comments of Thomas Haukland

Hey, just made a tool for debugging these cases, check it out if you havent given up: https://tompi.github.io/cheapino/doc/troubleshooting/routing.html Should be easy to narrow down which joints to check.

Closing after no response, feel free to reopen!

Hey, this is super work! If you want to make a PR against qmk, Im perfectly fine with that?

Hey. From the error it seems like you did some modding? It should compile if you follow the firmware guide step by step?

OK, I remember now. Since the encoder on the cheapino does not use dedicated pins, I needed to expose some native functionality of qmk... I think you just need to...

The changes in quantom/encoder.c and .h files.

P.S. In regular qmk I just called a user function, but in Vial, this was no good and you could not control encoder from vial, hence the hack...

Hey, just tested myself, and it compiled fine with the existing branch, right? Are you trying to get it up to latest qmk version? (cause that might be difficult with...

I assume problem was trying to merge latest qmk into current vial(which wont work, vial is locked to older qmk)