Hey folks ! I'm using the miyoku zmk fork, and trying to customize the mouse speed setttings. I'm building based on victorlucachi/zmk/pmw3610, but I'm not sure where the original code comes from, and they're not familiar with mouse speed customization.
Using a trackball on my charybdis nano.
I changed those in miryoku_kludge_mousekeyspr.h:
#define U_MOUSE_MOVE_MAX 350
#define U_MOUSE_MOVE_EXPONENT 1
#define U_MOUSE_MOVE_TIME 350
#define U_MOUSE_MOVE_DELAY 0
#define U_MOUSE_SCROLL_MAX 3
#define U_MOUSE_SCROLL_EXPONENT 1
#define U_MOUSE_SCROLL_TIME 50
#define U_MOUSE_SCROLL_DELAY 0
But it does not seem to change anything.
Anyone have any insight into that ?
Here is also a link to my miryoku zmk fork:
https://github.com/bstiq/miryoku_zmk/tree/charybdis-test