https://github.com/qmk/qmk_udev
A small program that udev uses to identify QMK keyboards
https://github.com/qmk/qmk_udev
Last synced: 5 months ago
JSON representation
A small program that udev uses to identify QMK keyboards
- Host: GitHub
- URL: https://github.com/qmk/qmk_udev
- Owner: qmk
- Created: 2021-08-12T16:02:53.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-20T00:13:28.000Z (about 1 year ago)
- Last Synced: 2025-10-09T06:26:30.100Z (10 months ago)
- Language: C
- Size: 23.4 KB
- Stars: 2
- Watchers: 13
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qmk_udev
A small program that udev uses to identify QMK keyboards.
# Installation
Clone this repository and use `make` to build and install this program:
make PREFIX=/usr/local
# Linux Packages
This program is included in all of the [QMK packages for Linux](https://github.com/qmk/qmk_fpm).
# Binary Download
You can always download a statically compiled copy of the newest version from the [`latest` Release](https://github.com/qmk/qmk_udev/releases/latest) 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