Created
November 26, 2025 16:38
-
-
Save francoism90/5c11ad308ab2c9e2420f4bd1711f8477 to your computer and use it in GitHub Desktop.
Keychron K3 udev rule
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
| # Keychron K3 | |
| KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="3434", ATTRS{idProduct}=="0d33", MODE="0666", GROUP="users", TAG+="uaccess", TAG+="udev-acl" | |
| # Keychron Link | |
| SUBSYSTEM=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", MODE="0666", GROUP="users", TAG+="uaccess", TAG+="udev-acl" | |
| SUBSYSTEM=="usb", ATTRS{idVendor}=="3434", ATTRS{idProduct}=="0d33", MODE="0666", GROUP="users", TAG+="uaccess", TAG+="udev-acl" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment