update qmk notes with basic setup

This commit is contained in:
2025-02-22 13:46:21 -05:00
parent f9d50950ab
commit 3a8dc44bbd

View File

@@ -0,0 +1,15 @@
# 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.