Client Side Configuration & Flashing Software for Kiibohd compatible keyboards.
--> Wiki <-- If you have questions start here
- Infinity 60%
- Infinity 60% LED
- Infinity Ergodox
- WhiteFox/NightFox
- K-Type
- Kira
You will need to install Zadig drivers (automated through the Settings > Drivers
tab )
- Install dfu-util from your disto's package manager.
- Add the following to /etc/udev/rules.d/60-input-club.rules (You will need to create the new file)
# UDEV Rules for Input Club keyboards # # This will allow reflashing via dfu-util without using sudo # # This file must be placed /at /etc/udev/rules.d/60-input-club.rules (preferred location) # Board SUBSYSTEMS=="usb", ATTRS{idVendor}=="1c11", ATTRS{idProduct}=="b04d", MODE="664", GROUP="plugdev" # Boot SUBSYSTEMS=="usb", ATTRS{idVendor}=="1c11", ATTRS{idProduct}=="b007", MODE="664", GROUP="plugdev" # Registered Board SUBSYSTEMS=="usb", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="01c0", MODE="664", GROUP="plugdev" # Registered Boot SUBSYSTEMS=="usb", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="01cb", MODE="664", GROUP="plugdev" # Official VID SUBSYSTEMS=="usb", ATTRS{idVendor}=="308f", MODE="664", GROUP="plugdev"
Download the installer/binary for your platform from the latest release
There is an Arch linux package:
yay -Syu kiibohd-configurator-git
Only required if there is no release for your distribution.
NOTE: If you run yarn dev
you will also need to run KiiConf locally.
- node 10.x
- yarn 1.x
- libudev-dev
- build-essential
yarn
yarn dist:dir
cd output/linux-unpacked
./kiibohd-configurator
- libusb
yarn
yarn dist:dir
cd output/mac
open -a Kiibohd\ Configurator.app
Setup
# In Administrator shell
choco feature enable -n allowGlobalConfirmation
choco install python python2 nodejs yarn
yarn
yarn dist:dir
cd output/win-unpacked
"Kiibohd Configurator.exe"