Where do I modify the trackball mouse cursor to go faster in default mode? #586
-
I am using the Keyball39 default whatever the trackball speed on the mouse is. I find this mouse movement from the trackball slow, so I have to press the I know how to compile the Keyball39 firmware, but I am unsure where in the keyball39 code base file I need to modify to get the speed equal to the pressing 3 times of Can someone please guide me? Many thanks= |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
hi! if i didn't get it wrong, the following line may be the configuration you're looking for. adding it to your #define KEYBALL_CPI_DEFAULT 2000 |
Beta Was this translation helpful? Give feedback.
-
Fantastic! I had to change the value from Any idea why this is happening? |
Beta Was this translation helpful? Give feedback.
-
Because I disabled the OLED feature to gain me more storage, I am afraid that I may not have too much to share regarding this issue. 🙂
…________________________________
From: Khoi Hoang ***@***.***>
Sent: Friday, May 24, 2024 4:12:12 AM
To: Yowkees/keyball ***@***.***>
Cc: Chunhung (Brian) Liu ***@***.***>; Comment ***@***.***>
Subject: Re: [Yowkees/keyball] Where do I modify the trackball mouse cursor to go faster in default mode? (Discussion #586)
I think the default value is 500.
https://github.com/Yowkees/keyball/blob/b0cde713e9d63c4e5bb201df2fcfb1e45dc2d1fa/qmk_firmware/keyboards/keyball/lib/keyball/keyball.h#L23-L25
Fantastic! I had to change the value from 500 to 800, and it worked perfectly fine! The only thing that is weird is that on my keyball right side when I flashed it to then I can see my LED shows 800, but on the left side of my keyball, it still shows 500 even though I have tried to flash it.
Any idea why this is happening?
—
Reply to this email directly, view it on GitHub<#586 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AJIKFIOPLLHKYVFJJBNOETDZDZERZAVCNFSM6AAAAABH53VTLCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TKMZZGQYDA>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
hi! if i didn't get it wrong, the following line may be the configuration you're looking for. adding it to your
config.h
should work, at least for me.