major vscode config overhauls. Getting python working as expected
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 21m26s
Podman DDNS Image / build-and-push-ddns (push) Successful in 34s

This commit is contained in:
2025-05-26 12:04:53 -04:00
parent 7b93f740ec
commit de8b827cfb
7 changed files with 5511 additions and 87 deletions

View File

@@ -1,4 +1,4 @@
# QMK Notes
`# QMK Notes
## install
@@ -14,6 +14,12 @@ qmk compile -kb <keyboard> -km default
Make sure the udev rules are copied to your host machine if you're in a distrobox or toolbox.
```bash
sudo curl -o /etc/udev/rules.d/50-qmk.rules https://raw.githubusercontent.com/qmk/qmk_firmware/refs/heads/master/util/udev/50-qmk.rules
sudo udevadm control --reload-rules
sudo udevadm trigger
```
## VIA or Keychron Launcher Support
In your rules.mk (at the closest level to your keymap) add: