mattlink / qmk_toolbox

A Toolbox companion for QMK Firmware

Home Page:http://qmk.fm/toolbox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QMK Toolbox

This is a collection of useful tools packaged into one app. This is a pretty recent developement, but is looking to replace the QMK Flasher.

Flashing

Supporting following bootloaders:

If there's an interest in any, more can be added if their commands are known.

HID Listening

Also listens to HID ascii from usage page 0xFF31 (compatible with the hid_listen provided by PJRC) - connects automatically and to all sources available.

Dependencies

Windows

When using the QMK Toolbox on Windows, please install the mandatory drivers first. You can get the latest release here

macOS

If you're using homebrew, you can use the following commands:

brew tap osx-cross/avr
brew tap PX4/homebrew-px4
brew update
brew install avr-gcc
brew install dfu-programmer
brew install gcc-arm-none-eabi
brew install avrdude

How to download

A Windows and OSX version are available, and you can get the latest release here.

For Homebrew users, it is also available as a Cask:

$ brew cask install caskroom/drivers/qmk-toolbox

About

A Toolbox companion for QMK Firmware

http://qmk.fm/toolbox/

License:MIT License


Languages

Language:C# 54.1%Language:Objective-C 42.2%Language:Inno Setup 2.6%Language:C 0.5%Language:Makefile 0.3%Language:Shell 0.1%Language:Batchfile 0.1%