Skip to content

bpavuk/touche-driver

Repository files navigation

touche driver

Setup

Ensure libevdev-dev and libudev-dev are installed:

Ubuntu

sudo apt-get update && sudo apt-get install libevdev-dev systemd-dev

Fedora

sudo dnf install libevdev-devel

Arch

# Install yay or another AUR helper first.

# Install libudev0 from AUR
yay -S libudev0
sudo pacman -S libevdev

NixOS

Under construction!

Run

Sometimes, the driver may not see the device because it lacks bundled udev rules. The problem is, there are so-o-o many device manufacturers and lineups, and each has different device/manufacturer IDs, so it's usually simpler to run the binary as root (with sudo).

Grab the binary here

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published