Skip to content

Commit

Permalink
README: Add linux udev instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Schaefer <[email protected]>
  • Loading branch information
JohnAZoidberg committed Oct 24, 2023
1 parent 50a4119 commit 66eaa9e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,19 @@ qmk_hid via --rgb-effect 38
## Building from source
Pre-requisites: Rust, libudev
Pre-requisites:
- [Rust](https://rustup.rs/)
- libudev
```sh
cargo build
ls -l target/debug/qmk_hid
```
# Running on Linux
To avoid needing root privileges to access the keyboard please follow the
official [QMK guide](https://docs.qmk.fm/#/faq_build?id=linux-udev-rules) for
how to install udev rules. After doing that, you'll be able to interact with
the keyboards as a regular user.

0 comments on commit 66eaa9e

Please sign in to comment.