itsnoteasy
itsnoteasy
the deadzone was implemented in the mouse firmware. I think it's a good approach because there's no need to detect changes over time. consider a 3x3 pixel grid arranged like...
I recalled an mlt04 emulation driver someone once wrote as a curiosity. if you wanted to, you could install it, to see if it is usable, and if so then...
I tried out the tremor filter, it's not bad, but it's tendency to prefer to move either horizontally or vertically is frustrating, seems to be a bug there. on the...
I found a second cable, and managed to load the x axis expressions on one remapper and the y axis on another remapper, and it behaves exactly the same as...
generally if you want to debug software or hardware without understanding the issue, you start by breaking the whole into two parts, then testing each half separately for the bug....
It didn't work for me but thanks anyway. those expressions are all greek to me, is there a guide you could point me towards
here's how I got it to work. 1, open plaid_default.hex in text editor, remove last line :00000001FF 2, append usbasp bootloader on to end 3, flash using teensy 2.0 with...
I was having difficulty entering the bootloader and i'd like to note the docs are wrong. the correct procedure is: Enter bootloader mode Push and hold BOOT SW Plug into...
that's correct, step 2 is copy paste the ascii from this file https://github.com/hsgw/USBaspLoader/blob/plaid/firmware/main.hex I don't know what the error is with your setup but it could be using the nano...