Custom firmware for my whitefox, based off of Aria Blank. See Whitefox Configurator for GUI customization tool and load
WhiteFox-AriaBlank.jsonfile.
| Release | |
|---|---|
| v2017.0 | don & les edition |
| v2016 | the original |
CAPSLOCKreplaced byf1to give easier access toESCat tilda key.f1provides native function keys on numbers. Also grants music control on arrows.F13-F15added.f2located right of backspace, gives access to LED control, Volume Control
- Open a terminal
- May require root permissions
- Use brew (recommended)
brew install dfu-util - Enter DFU Flash Mode (e.g. press flash button), the debug led will turn on.
- Flash
dfu-util -D <.dfu.bin> - Debug led will turn off
- Keyboard is ready!
brew install dfu-util # installs dfu-util
cd whitefox-firmware # go into correct directory
# place whitefox in "Flash Mode" via back hardware button or <CAPSLOCK>+<L-CTRL>+<ESC>
sudo dfu-util -D kiibohd.dfu.bin # uploads firmware to keyboardUnfortunately/fortunately, there are a large number of Linux distributions.
Below is the currently list of tested Linux distributions.
If you know how to successfully load firmware on another distribution, please add it here :D
In general it should be as simple as installing dfu-util.
- Plug in keyboard
- Open a terminal
- May require root permissions
- Install
dfu-utilpackage (see distro section below) - Enter DFU Flash Mode (e.g. press flash button), the debug led will turn on.
- Flash using
dfu-util -D <.dfu.bin> - Debug led will turn off
- Keyboard is ready!
