Rename udev rules file and update documentation

- Renamed udev rules file from 99-vpc.rules to 70-vpc.rules for better priority
- Updated all references to the file in Makefile and documentation
- Added instructions for manually creating udev rules when using precompiled binaries
- Improved installation instructions for both Windows and Linux platforms
This commit is contained in:
2025-04-10 13:25:35 -04:00
parent 9b43f600b8
commit 2bb5ce0327
7 changed files with 512 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
# Virpil Control devices
SUBSYSTEM=="usb", ATTRS{idVendor}=="3344", TAG+="uaccess", GROUP:="input"