Custom KLL files and DFU.bin file for Whitefox.
This was written using a fork of kiibohd/controller. You can see my fork here. This uses the whitefox.bash file provided in this repo.
The KLL files are forked from kiibohd/kll. You can see my branch here.
You can see all the documentation on the dfu utility here.
- Install the DFU utility with
brew install dfu-util
. - Using the button on the back of the whitefox, set the keyboard on DFU flash mode.
- Install the firmware with
dfu-util -D kiibohd.dfu.bin
.