Last active
March 10, 2026 12:45
-
-
Save xopez/849a39ae7b3d0b587efbe947e0e19eb2 to your computer and use it in GitHub Desktop.
/etc/udev/rules.d/92-viia.rules
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
| #ID 3434:d028 Keychron Keychron Ultra-Link 8K | |
| #ID 3434:d048 Keychron Keychron M5 8K | |
| #ID 3434:0163 Keychron Keychron Q6 | |
| KERNEL=="hidraw*", ATTRS{idVendor}=="3434", ATTRS{idProduct}=="d028", MODE="0666", GROUP="input" | |
| KERNEL=="hidraw*", ATTRS{idVendor}=="3434", ATTRS{idProduct}=="d048", MODE="0666", GROUP="input" | |
| KERNEL=="hidraw*", ATTRS{idVendor}=="3434", ATTRS{idProduct}=="0163", MODE="0666", GROUP="input" |
Author
Author
One Liner:
printf '%s\n' '#ID 3434:d028 Keychron Keychron Ultra-Link 8K' '#ID 3434:d048 Keychron Keychron M5 8K' '#ID 3434:0163 Keychron Keychron Q6' 'KERNEL=="hidraw*", ATTRS{idVendor}=="3434", ATTRS{idProduct}=="d028", MODE="0666", GROUP="input"' 'KERNEL=="hidraw*", ATTRS{idVendor}=="3434", ATTRS{idProduct}=="d048", MODE="0666", GROUP="input"' 'KERNEL=="hidraw*", ATTRS{idVendor}=="3434", ATTRS{idProduct}=="0163", MODE="0666", GROUP="input"' | sudo tee /etc/udev/rules.d/92-viia.rules >/dev/null; sudo udevadm control --reload-rules; sudo udevadm trigger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo udevadm control --reload-rules && sudo udevadm trigger