Daniel Ogorchock
Daniel Ogorchock
https://github.com/nicman23/dkms-hid-nintendo/pull/48 should help with reducing disconnects
I think going forward a good way for joycond-cemuhook to determine which motion inputs are associated with the virtual uinput device joycond creates would be using the input devices' uniq...
I've been using this library in the arduino IDE in one my my projects. I think I only had to make modifications to support AVR-based arduino platforms. Have you run...
All that should be needed is an init script for whatever init system MX Linux KDE uses. AboveGojira had posted an OpenRC init script in this issue: https://github.com/DanielOgorchock/joycond/issues/21 I guess...
hid-nintendo doesn't care about which init system is in use. Do you have an example of the error output you can show me? edit: or do you mean the aur...
I've just released version 0.8.0 which adds CommandExecuterFloat. It prepends the command with setting an environment variable called OMNITHING_FLOAT_VAL to the OutputFloat value. This can be used either with SwitchLevel...
Yes. The app has a slider for the SwitchLevel device. It has both a slider and an on/off button for the DimmerSwitch device (off sets the level to 0, and...
I just released 0.8.2 which adds an optional InputFloat to DimmerSwitch and SwitchLevel. You should be able to use the CommandParser to run a script that prints the level value...
Maybe there should be a config file the daemon reads to determine this behavior. I've been aiming for the default behavior to be similar to pairing the controllers on the...
> i made a branch that auto-pairs pro controllers at https://github.com/nicman23/joycond/tree/autoPair Cool. I'll plan on adding some config file support tonight or tomorrow to allow us to gate this feature...