https://github.com/milch/zmk-config
https://github.com/milch/zmk-config
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/milch/zmk-config
- Owner: milch
- Created: 2024-02-04T20:20:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T05:05:07.000Z (over 1 year ago)
- Last Synced: 2025-04-02T14:22:00.874Z (over 1 year ago)
- Language: Shell
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My ZMK Config
## Building
Building the very first time using the `scripts/zmk_build.sh` script:
```bash
just build
```
After that, use the `scripts/zmk_rebuild.sh` script to rebuild the firmware more quickly:
```bash
just rebuild
```
To flash the firmware to the keyboard, use the `flash` command:
```bash
# Left half
just flash left
# Right half
just flash right
```