Daniel Ogorchock
Daniel Ogorchock
The behavior is intentional to hide hidraw completely from steam for the controller. I didn't foresee someone disabling hid nintendo while having joycond installed. Maybe the udev rule can have...
> So actually, with everything stock (no modifying any files), Steam can't detect the controller even through USB with joycond installed (not even running, just installed). Obviously since it's connected...
If you want to use steam input, comment out lines 3 and 5 of 89-joycond.rules. I'll try to think of a better way to toggle this without having to modify...
That's an interesting problem. I haven't tried adding more than a couple commands at a time. The contact sensor actually has a constantPoll option that you can disable if you...
Is this while using the dkms module? If so it doesn't include changes to joydev in the kernel to blacklist the IMU input devs from joydev.
If sdl is using the evdevs then I'm not sure of a great solution. Removing userspace access to the IMU devs prevents them from being used by programs like dolphin.
Uaccess for the IMUs are added by this joycond udev rule. https://github.com/DanielOgorchock/joycond/blob/master/udev/72-joycond.rules Should be able to comment out those lines or add another rule to -=uaccess
Hmmm interesting. I haven't tried using either temperature or humidity ST devices with google home. I'm assuming it's on the google home/ST integration side of things.
You can probably reference the aur package: https://aur.archlinux.org/packages/joycond-git
I plan to properly address this issue at some point by having special handling for horizontal mode (right now pairing in horizontal mode behaves identically to single, vertical joycon mode)....