Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 1.27 KB

Flashing.md

File metadata and controls

53 lines (28 loc) · 1.27 KB

?> The Configurator is the easiest way to flash your keyboard, but you can also do it manually if you desire.

Install dfu

** Windows **

** Mac **

  • Install Brew

  • Run the following command in a terminal:

  • sudo brew install dfu

** Debian, Ubuntu, Mint **

Run the following command in a terminal:

  • sudo apt-get install dfu-util

** Fedora **

Run the following command in a terminal:

  • sudo dnf install dfu-util

** Arch **

Run the following command in a terminal:

  • sudo pacman -S dfu-util

** Other Linux **

Install dfu-util using your systems package manager

Download a .bin file for your keyboard

Official firmware files can be found on the Github Releases page

Run dfu

In the terminal type dfu-util -D keyboard.dfu.bin

(Replace keyboard.dfu.bin with the name of the bin file you downloaded)