This is a collection of flashing tools packaged into one app. It supports auto-detection and auto-flashing of firmware to keyboards.
QMK Toolbox supports the following bootloaders:
- Atmel/LUFA/QMK DFU via dfu-programmer
- Caterina (Arduino, Pro Micro) via avrdude
- Halfkay (Teensy, Ergodox EZ) via Teensy Loader
- ARM DFU (STM32, Kiibohd) via dfu-util
- Atmel SAM-BA (Massdrop) via Massdrop Loader
- BootloadHID (Atmel, PS2AVRGB) via bootloadHID
And the following ISP flashers:
- USBTiny (AVR Pocket)
- AVRISP (Arduino ISP)
- USBasp (AVR ISP)
If there's an interest in any others, they can be added if their commands are known.
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.
When using the QMK Toolbox on Windows, it will prompt at first run to install the necessary drivers. You can get the latest release of the QMK Driver Installer here.
A Windows and macOS version are available, and you can get the latest release here.
For Homebrew users, it is also available as a Cask:
$ brew tap homebrew/cask-drivers
$ brew cask install qmk-toolbox