Skip to content

Instantly share code, notes, and snippets.

@DanielJoyce
Last active February 24, 2020 05:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanielJoyce/5ead1f1024f0966f324813d166d46e57 to your computer and use it in GitHub Desktop.
Save DanielJoyce/5ead1f1024f0966f324813d166d46e57 to your computer and use it in GitHub Desktop.
Setup XP-pen access so you can remap keys with evdevremapkeys
# /lib/udev/rules.d/70-uaccess.rules
# Add this line before LABEL="uaccess_end"
# XP-Pen 13
SUBSYSTEMS=="usb", ATTRS{idVendor}=="28bd", ATTRS{idProduct}=="000b", TAG+="uaccess"
# Restart udev
# 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