Skip to content

wanleung/qmk_toolbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QMK Toolbox

Build Status Current Version Discord License GitHub contributors GitHub forks

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:

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.

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.

Installation

Dependencies

When using the QMK Toolbox on Windows, it will prompt at first run to install the necessary drivers.

If you run into any issues with "Device not found" when flashing, then you may need to use Zadig to fix the issue.

Download

Windows and macOS versions 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

About

A Toolbox companion for QMK Firmware

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 53.2%
  • Objective-C 43.6%
  • Inno Setup 2.5%
  • Other 0.7%