运行环境
macOS 10.15 (Catalina) or higher
Windows 10 May 2019 Update or higher (earlier with .NET Framework 4.8)
下载链接
官方
https://github.com/qmk/qmk_toolbox/releases
Homebrew
$ brew tap homebrew/cask-drivers
$ brew install --cask qmk-toolbox
78cat的蓝奏云
qmk_toolbox_0.2.2.exe密码:d279
78cat的评价
键盘固件烧录工具,最近刚接触键盘客制化,其实我也不怎么会用
官方描述
This is a collection of flashing tools packaged into one app. It supports auto-detection and auto-flashing of firmware to keyboards.
Flashing
QMK Toolbox supports the following bootloaders:
- ARM DFU (APM32, Kiibohd, STM32, STM32duino) via dfu-util
- Atmel/LUFA/QMK DFU via dfu-programmer
- Atmel SAM-BA (Massdrop) via Massdrop Loader
- BootloadHID (Atmel, PS2AVRGB) via bootloadHID
- Caterina (Arduino, Pro Micro) via avrdude
- HalfKay (Teensy, Ergodox EZ) via Teensy Loader
- LUFA/QMK HID via hid_bootloader_cli
- WB32 DFU (WB32) via wb32-dfu-updater_cli
- LUFA Mass Storage
And the following ISP flashers:
- AVRISP (Arduino ISP)
- USBasp (AVR ISP)
- USBTiny (AVR Pocket)
If there’s an interest in any others, they can be added if their commands are known.
HID Console
The Toolbox also listens to HID messages on usage page 0xFF31
and usage 0x0074
, compatible with PJRC’s hid_listen
.
If you have CONSOLE_ENABLE = yes
in your keyboard’s rules.mk
, you can print messages with xprintf()
, useful for debugging:
See the QMK Docs for more information.