Skip to content

Instantly share code, notes, and snippets.

@PyYoshi
Created September 19, 2025 05:45
Show Gist options
  • Save PyYoshi/34d210929121322e16e8e706de6e8921 to your computer and use it in GitHub Desktop.
Save PyYoshi/34d210929121322e16e8e706de6e8921 to your computer and use it in GitHub Desktop.
# 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