Provide a Linux desktop controller configuration app with evdev input, uinput remapping, profiles, calibration, and reconnect recovery. Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
427 B
Plaintext
8 lines
427 B
Plaintext
# 8BitDo Control Center: grant the dedicated 8bitdo group access to matching
|
|
# physical input nodes and to uinput. The application never requires root.
|
|
#
|
|
# Install with scripts/setup-linux.sh, then log out and back in so new group
|
|
# membership takes effect.
|
|
KERNEL=="event*", SUBSYSTEM=="input", ATTRS{idVendor}=="2dc8", MODE="0660", GROUP="8bitdo", TAG+="uaccess"
|
|
KERNEL=="uinput", MODE="0660", GROUP="8bitdo", TAG+="uaccess"
|