https://github.com/qmk/qmk_flashutils
QMK flashing utility builds
https://github.com/qmk/qmk_flashutils
Last synced: 5 months ago
JSON representation
QMK flashing utility builds
- Host: GitHub
- URL: https://github.com/qmk/qmk_flashutils
- Owner: qmk
- License: gpl-2.0
- Created: 2025-03-15T01:33:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-24T08:03:16.000Z (8 months ago)
- Last Synced: 2025-11-27T21:20:28.042Z (8 months ago)
- Language: Shell
- Size: 171 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: support/dfu-programmer/forward-decl.h
Awesome Lists containing this project
README
# QMK Flashing Utilities
Builds of firmware flashing utilities primarily for QMK Firmware use.
Currently provides:
* `avrdude`
* `bootloadHID`
* `dfu-programmer`
* `dfu-util`
* `hid_bootloader_cli`
* `mdloader`
* `teensy_loader_cli`
* `wb32-dfu-updater_cli`
...for the OS/architectures:
* Linux x86_64
* Linux aarch64 (arm64)
* Linux riscv64
* macOS aarch64 (arm64)
* macOS x86_64
* Windows x86_64
Builds require the toolchains provided by the container `ghcr.io/tzarc/qmk_toolchains:builder`; this repo must be mounted on `/t` inside the container -- the user/group permissions inside the container will be updated to match during execution.
Corresponding builds are done on GitHub actions.