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:
2026-07-21 12:18:10 -07:00
commit 6507f5f8b3
121 changed files with 15415 additions and 0 deletions

View 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"