-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support of ZMK's official mouse functionality #11
Comments
to work with main you need to replace the "zmk,input-listener-ps2" from this module with the "zmk,input-listener" from main |
Thanks for the help! But it does not work, unfortunately, giving errors:
Did I miss something? |
For the input listener you Need to follow the instruction on main documentation remove the layer-toggle properties and of Need use the input processor |
Aha, I see. Since I changed the node type to But I still believe that there should be an update for this driver — the document at least 👀; also noticed some warnings during building. |
Hey guys, @filippor thank you so much for providing workaround instructions. I really appreciate it. Regarding the update: I am planning on updating the code and this driver is not abandoned. I just have a lot of work right now and don’t have the time to dedicate to this, but it is on my list of todos. I need to finish some other personal priorities in my free time first and then I will have time to update this. |
Hi, thanks for your awesome project at first! The mouse functionality has been officially merged (zmkfirmware/zmk#2477) into ZMK main branch, and it seems that this driver does not support it yet --- when compiling using zmk main, it yells at no file
zmk/mouse/types.h
.It would be great if you can add the support. Again, thanks for making this beautiful project, I really like it! 👍
The text was updated successfully, but these errors were encountered: