thatcube / msi-keyboard-gui

The First fully featured GUI MSI Keyboard controller for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

msi-keyboard-gui

The First fully featured GUI MSI Keyboard controller for Linux

msi-keyboard

Linux

msi-keyboard

Install

Node.js 6+ is REQUIRED

From development:

  • Install the required libraries for your OS: libusb-dev or libusb-1.0-0-dev
  • Node.js version 6+ is required due to node-hid bindings
$ git clone https://github.com/stevelacy/msi-keyboard-gui
$ cd msi-keyboard-gui
$ npm install
$ sudo npm start

From prebuilt binaries:

Download the latest from the releases


$ tar -xf ./msi-keyboard-gui-linux*.tar.gz
$ sudo ./msi-keyboard-gui-linux-x64/msi-keyboard-gui

Usage

  1. Click on a region to select a color
  2. Choose a color
  3. Click "Set Color" to activate the keyboard

Modes

Click on "Set Mode" to choose a mode. The currently supported modes are:

wave breathe normal

By default the normal mode is used to light all three regions of the keyboard.

Device support requested

If this project works on your system please send a commit adding your device description to this list

Contributions welcome!

If you find a bug or issue please check the github issues or open an new one. Feature requests / pull requests are welcome!

License (MIT)

About

The First fully featured GUI MSI Keyboard controller for Linux

License:MIT License


Languages

Language:JavaScript 63.2%Language:CSS 34.3%Language:HTML 2.4%