Skip to content

Releases: qmk/qmk_toolbox

0.0.11

13 Jul 17:33
8416b76
Compare
Choose a tag to compare
  • [macOS] Fix permission issues with dfu-util
  • [macOS] Fix loading file:// paths with spaces
  • [macOS] Fix libusb and add libftdi to get avrdude flashing without homebrew formulae
  • [macOS] Ignore bluetooth modems (properly flash with avrdude)
  • [Windows] Update BootloadHID.exe (hopefully prevent false positives)
  • [Windows] Fix avrdude command for usbasp devices

Known issues:

  • [All] EEPROM flashing may have issues. If you run into this issue, grab the old hex eeprom reset file. You'll need to flash that, and then flash your firmware.
  • [Windows] If drivers are not properly installed, it may cause an error on startup, if device is already in bootloader mode. Install drivers from qmk driver installer repo or Zadig to prevent.
  • [Windows] BootloadHID may still be picked up as a virus. It's a false positive, because of the nature of the utility.

0.0.10

29 May 21:34
Compare
Choose a tag to compare
  • Adds "Flash when ready" option
  • Attempts to automate driver installation
  • Adds BootloadHID support
  • Adds mdloader (Windows only)
  • Fixes TLS errors when downloading files
  • Fix URL for downloading keyboard list (Windows only bug)
  • Checks for BIN extension before flashing with dfu-util (ARM boards)
  • Allows firmware to be opened directly with QMK Toolbox (MacOS only)
  • Add USBasp, and MCU usupport for 328p
  • Improved EEPROM reset handling
  • Adds support for clearing log output on screen

Known issues:

  • On Windows, if the correct drivers are not installed for the bootloader, and the controller is in bootloader mode, it can cause an error on load. Continuing allows for normal usage, usually. (#60)

0.0.9

14 Dec 18:21
Compare
Choose a tag to compare
  • Supports USBTiny and AVRISP ISP flashers

  • Supports Kiibohd bootloader

  • Supports additional Arduino bootloader devices

  • Beginning of command line support for Windows:

    qmk_toolbox.exe flash [mcu] [file]
    qmk_toolbox.exe list

are currently the only supported commands.

Thanks to @nooges, QMK_Toolbox.app.zip has been updated after some error in the previous 0.0.9 release.

Bug fixes, small feature builds

08 Nov 04:24
Compare
Choose a tag to compare
  • libusb fixes on osx and win
  • quote filenames on win
  • early kiibohd support with dfu-util (please test)
  • load .hex files from qmk.fm

v0.0.7

09 Sep 01:45
Compare
Choose a tag to compare

Handle qmk: paths in both versions, outputting cleaned-up, clarified licenses.

I think you need to install it for the qmk: links to work.

First OSX version working

08 Sep 05:10
Compare
Choose a tag to compare
Pre-release
v0.0.6

[win] disable hid sends

Interface clean-up

04 Sep 23:39
Compare
Choose a tag to compare
Interface clean-up Pre-release
Pre-release

Messing around with an installer as well - supports .qmk file extensions (see qmk_file_type branch in qmk_firmware), and opening or dragging/dropping.

All (known) flashers implemented, cleaner output

04 Sep 04:53
Compare
Choose a tag to compare
v0.0.4

clean-up start-up info, add links

HID system a little more elegant

03 Sep 04:15
Compare
Choose a tag to compare
Pre-release
* remove unneeded hid selection

* connect to hids automatically
* fix scroll bug

DFU, Caterina, Halfkay support

02 Sep 20:49
Compare
Choose a tag to compare
Pre-release

Also some better formatting with outputs. HID list works pretty well, aside from the duplicates.