-
Notifications
You must be signed in to change notification settings - Fork 0
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
A question about the pmw3610 cpi configuration. #2
Comments
Ahh, I figured out what was wrong with the |
Seems you've solved the problem. I did not test this function thoroughly. Did you mind posting a link to the corrected code? |
Sure, here you are. It is working nicely on my side: And I fixed the "cursor stop moving randomly" problem by forcing the sensor into awake mode Now, It is working fine most of the time. However, the cursor movement still goes haywire(moving slowly and flicking) sometimes, and I have to reset the MUC for it to work again. 😂 |
Hey there! Curious if you got the haywire thing addressed at all? Tested a bit on my side, and it seems to generally work well. |
@bullwinkle3000 I am not quite sure, but it seems like the haywire was caused by the hardware damage. Maybe I overheated them during the soldering. |
Hi, sorry to disturb you.
I am working on porting the PMW3610 driver to QMK based on your implementation on https://github.com/ufan/zmk/tree/ptdevice-refactor/app/drivers/sensor/pixart/pmw3610
Your code looks solid and the mouse movement is working.
However, the
set_cpi
doesn't work on my side, I checked and rewrote the code many times and it just doesn't seem to be working 😂.I don't know what to do next, mainly because I don't know how to verify if the CPI was configured correctly, here were my thoughts:
I wonder if you could help me with the following questions:
set_cpi
function working correctly for you? if so, is it moving faster when the CPI is higher?Here is my code if you would like to take a look:
klesh/vial-qmk@7ee1826#diff-42f431b4bc6fded6aa13af4f1b374fd634dd6b7b08f560230539a24f85e64224R236
I am posting the issue here because
issues
on yourzmk
repo is disabled, hope you don't mind, and feel free to close it if you don't like it.Thanks in advance.
The text was updated successfully, but these errors were encountered: