All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 40m16s
16 lines
266 B
Markdown
16 lines
266 B
Markdown
# QMK Notes
|
|
|
|
## install
|
|
|
|
<https://docs.qmk.fm/newbs_getting_started#set-up-your-environment>
|
|
|
|
```bash
|
|
qmk setup
|
|
|
|
qmk compile -kb <keyboard> -km default
|
|
```
|
|
|
|
## udev rules
|
|
|
|
Make sure the udev rules are copied to your host machine if you're in a distrobox or toolbox.
|