A small program that udev uses to identify QMK keyboards.
Clone this repository and use make
to build and install this program:
make PREFIX=/usr/local
This program is included in all of the QMK packages for Linux.
You can always download a statically compiled copy of the newest version from the latest
Release running one of these commands:
Wget:
wget https://github.com/qmk/qmk_udev/releases/latest/download/qmk_id
Curl:
curl -LO https://github.com/qmk/qmk_udev/releases/latest/download/qmk_id