Alexander Mot
Results
2
issues of
Alexander Mot
I wasn't able to build libusb using vs2015 until making this fix. All other versions worked fine.  What ended up fixing this was changing config.h to also define \_\_func__...
windows
Hi, I'm adding a secondary function to my scrollwheel using: ``` if_eq( $hypershift, 1, key(KEY_VOLUMEUP), wheel(up, 40) ) ``` The scrolling feels unnatural though. I've tinkered with the values and...