Boo

Results 28 comments of Boo

> This seems like pointing_modes is not working properly for you... pointer should be stationary when a key with PM_MO(PM_DRG) pressed. Did you #define POINTING_DEVICE_MODES_ENABLE somewhere in one of your...

Getting some error now when I try to compile ``` quantum/pointing_device/pointing_device_modes.c:366:13: error: a label can only be part of a statement and a declaration is not a statement 366 |...

> What do you get for pixel counts when high res scrolling is off? I get increments of 60 for both my scroll wheel and drag scroll when hi-res scrolling...

> Unsure if it's potentially relevant but probably worth noting, I'm using the pointing_device_task_user callback in my firmware. It's not doing anything to the scrolling values, I'm only using it...

> Confirm new HID Descriptor still works on Linux (could use @BanchouBoo 's help here) Drag scroll with the default divisor is smoother, but beyond that everything is the same,...

> The older version you tested and the latest behave the same? > Increasing the POINTING_DRAG_DIVISOR above the default of 8 decreases the step sizes in scrolling you get but...

It's a feature in [libinput](https://freedesktop.org/wiki/Software/libinput). Works perfectly through software, but only applies to drag scroll. Not specifically useful or anything but this is the script I use to toggle it...

> TODO: Potentially store all allocated objects in a list as well, allowing to just move them into the free list instead of actually releasing the memory. Unless there's some...

> Someone was working on a PR for this feature but I can't seem to find it anymore, what happened to it? Realized I still had a local copy of...