Giter VIP home page Giter VIP logo

configurator's Introduction

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

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

Dependencies

Windows

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

Linux

  • 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"

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

  • node 10.x
  • yarn 1.x

Linux

  • libudev-dev
  • build-essential
yarn
yarn dist:dir
cd output/linux-unpacked
./kiibohd-configurator

macOS

  • libusb
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"

configurator's People

Contributors

jbondeson avatar smasher816 avatar haata avatar wiiittttt avatar gvelchuru avatar debo avatar aevumdecessus avatar heists avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.