infused-kim / kb_zmk_ps2_mouse_trackpoint_driver

A PS/2 mouse & trackpoint driver module for keyboards running the zmk firmware
40 stars 4 forks source link

Does driver support middle button to scroll function of the trackpoint? #3

Open gpthimble opened 3 weeks ago

gpthimble commented 3 weeks ago

I 'm planning to build my own split keyboard with trackpoint, and I want to know if this driver support midle button to scroll funciton ?

infused-kim commented 3 weeks ago

The current version in main doesn’t support it. But I have another branch where I added scrolling.

Currently it is enabled by toggling a layer, but I will add middle click too.

I have been using it for a few weeks and it works very well. I just need to document it and push it to main.