Skip to content

Instantly share code, notes, and snippets.

@francoism90
Created November 26, 2025 16:38
Show Gist options
  • Select an option

  • Save francoism90/5c11ad308ab2c9e2420f4bd1711f8477 to your computer and use it in GitHub Desktop.

Select an option

Save francoism90/5c11ad308ab2c9e2420f4bd1711f8477 to your computer and use it in GitHub Desktop.
Keychron K3 udev rule
# 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