Initial release of 8BitDo Control Center
Provide a Linux desktop controller configuration app with evdev input, uinput remapping, profiles, calibration, and reconnect recovery. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
7
resources/udev/99-8bitdo-control-center.rules
Normal file
7
resources/udev/99-8bitdo-control-center.rules
Normal file
@@ -0,0 +1,7 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user