Created
September 19, 2025 05:45
-
-
Save PyYoshi/34d210929121322e16e8e706de6e8921 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # WLMOUSE MIAO 8K RECEIVER | |
| SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTR{idVendor}=="36a7", ATTR{idProduct}=="a866", MODE="0666" | |
| KERNEL=="hidraw*", ATTRS{idVendor}=="36a7", ATTRS{idProduct}=="a866", MODE="0666" | |
| # WLMOUSE MIAO | |
| SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTR{idVendor}=="36a7", ATTR{idProduct}=="a867", MODE="0666" | |
| KERNEL=="hidraw*", ATTRS{idVendor}=="36a7", ATTRS{idProduct}=="a867", MODE="0666" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment