Files
8bitdo-Command-Center/resources/udev/99-8bitdo-control-center.rules
oceans2alaska 6507f5f8b3 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>
2026-07-21 12:18:10 -07:00

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"