Skip to content

kiibohd/configurator

Folders and files

NameName
Last commit message
Last commit date
Oct 22, 2017
Nov 3, 2017
Nov 4, 2017
Oct 21, 2017
Oct 23, 2017
Oct 10, 2017
Nov 3, 2017
Oct 24, 2017
Oct 23, 2017
Oct 23, 2017
Nov 4, 2017
Oct 31, 2017
Nov 3, 2017

Repository files navigation

The Kiibohd Configurator

Client Side Configuration & Flashing Software for Kiibohd compatible keyboards.

Travis Status Appveyor Status

Visit our IRC channel

Visit our Discord Channel

Supported Keyboards

  • Infinity 60%
  • Infinity 60% LED
  • Infinity Ergodox
  • WhiteFox/NightFox
  • K-Type

Installation

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

Windows

You will need to install Zadig drivers & download dfu-util (TODO: Updated Install Instruction link)

macOS

Install dfu-util (available via homebrew)

Linux

Install dfu-util from your disto's package manager.

Compilation

Only required if there is no release for your distribution.

NOTE: If you perform a build:dev you will also need to run KiiConf locally.

Requirements

Linux

  • libudev-dev
  • build-essential
npm install
npm run build:prod
npm start

macOS

  • libusb
npm install
CXX=clang++ npm run build:prod
npm start

Windows

Setup

# In Administrator shell
choco feature enable -n allowGlobalConfirmation
choco install python python2 nodejs boot-clj
npm install
npm run build:prod
npm start