kiibohd / configurator

Client-side component of the configurator
GNU General Public License v3.0
205 stars 35 forks source link
boot clojure electron keyboard

The Kiibohd Configurator

Client Side Configuration & Flashing Software for Kiibohd compatible keyboards.

Github Actions Status

Travis Status Appveyor Status Total alerts Language grade: JavaScript

Visit our IRC channel

Visit our Discord Channel

--> Wiki <-- If you have questions start here

Supported Keyboards

Dependencies

Windows

You will need to install Zadig drivers (automated through the Settings > Drivers tab )

Linux

Installation

Download the installer/binary for your platform from the latest release

Arch Linux

There is an Arch linux package:

yay -Syu kiibohd-configurator-git

Compilation

Only required if there is no release for your distribution.

NOTE: If you run yarn dev you will also need to run KiiConf locally.

Requirements

Linux

yarn
yarn dist:dir
cd output/linux-unpacked
./kiibohd-configurator

macOS

yarn
yarn dist:dir
cd output/mac
open -a Kiibohd\ Configurator.app

Windows

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"