kfreestyle2d
kfreestyle2d copied to clipboard
Unofficial Kinesis Freestyle 2 Userspace Linux Driver
How to run?
Maybe I'm missing something, but I downloaded the ZIP, cd'd into it, and gave it a `sudo make install`. I restarted my computer, and can't tell that anything is different....
I think I've got something working for #8. I was having to unplug / plug in the keyboard to get it working after reboot or power cycle. But with this...
Not an issue, but a thank you for creating and sharing this driver! I just got a second hand Freestyle (not the v2, and a mac version actually) and was...
Thanks to #7, the `uinput` group is created correctly at install time. So long as the `uinput` module is loaded when you boot your system, everything should be peachy. However,...
Ref: https://wiki.archlinux.org/title/Udev#Allowing_regular_users_to_use_devices The `uaccess` udev tag will add an ACL on the device for the currently logged-in user. This means the rules must run before level 70, where the `uaccess`...