kmk_firmware icon indicating copy to clipboard operation
kmk_firmware copied to clipboard

Add support for cirque glidepoint trackpad

Open xs5871 opened this issue 2 years ago • 3 comments

Preview for testing. Absolute mode (gamepad mode) works ok-ish 90% of the time but has no HID endpoint. Relative mode (mouse mode) is unusable, likely a hardware or firmware issues with my unit.

xs5871 avatar Mar 24 '23 22:03 xs5871

Any progress on this one?

doesntfazer avatar Apr 27 '23 16:04 doesntfazer

No progress, because no feedback. You can test it and if relative mode is working fine for you, that would be reason enough to merge.

xs5871 avatar Apr 28 '23 21:04 xs5871

Hey there, so I tried your code and absolute mode worked ok. Relative mode needs some different configuration - I hacked around a bit on my fork and got it to work (but not good enough for daily driving it yet) --> see here: https://github.com/marcoster/kmk_firmware/commit/a85954d0c3996be3b15445c258e3514aad8b5334

But it didn't work with the curved overlay or any flat overlay I tried. Btw. - for most of the implementation details I took a look at qmk --> they seem to have a well working implementation for the glidepoint stuff!

marcoster avatar May 07 '24 06:05 marcoster