KMKfw / kmk_firmware

Clackety Keyboards Powered by Python
https://kmkfw.zulipchat.com
Other
1.39k stars 475 forks source link

fix adns9800 module: add missing inputs to AX.X.move and AX.y.move #897

Closed db-ok closed 1 year ago

db-ok commented 1 year ago

Added missing keyboard input arguments to the AX.X.move and AX.Y.move function calls.

I have an adns9800 module running on a Pi Pico which I have tested with this fix on, and it's working in my local copy.

I had gotten the adns9800 module working with an older version of kmk, but the latest version of kmk was throwing errors when moving the trackball on the adns9800, and this change fixes the issue for me.