GithubHelp home page GithubHelp logo

ite8291r2ctl's Introduction

What is it?

A utility controlling ITE Device(8291) Rev 0.02 RGB keyboard backlight in Linux. The keyboard control code is ported from tongfang-utility.

Compatibility

This utility only works for rev 0.02. Please confirm your device.

sudo hwinfo --keyboard

...
Hardware Class: keyboard
Model: "Integrated Technology Express ITE Device(8291)"
Hotplug: USB
Vendor: usb 0x048d "Integrated Technology Express, Inc."
Device: usb 0xce00 "ITE Device(8291)"
Revision: "0.02" <-----------------------
...

Running it without root privileges

By default you need root privileges if you want to use this utility. you can create a udev rule to allow everyone on your system to access this particular USB device, and thus you won't need to run the program as root.

If you want to do that, create a file /etc/udev/rules.d/99-ite8291.rules:

KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="048d", ATTRS{idProduct}=="ce00", TAG+="uaccess"

after creating the file, reboot.

Usage

Usage: ite8291r2ctl [OPTIONS] --effect <EFFECT>

Options:
  -e, --effect <EFFECT>          keyboard backlight effect [possible values: mono, breath, wave, rainbow, flash, mix, disable]
  -S, --save                     save settings
  -b, --brightness <BRIGHTNESS>  keyboard backlight brightness [default: 3] [possible values: 0, 1, 2, 3, 4]
  -c, --color <COLOR>            keybarod backlight color hex code, e.g. #ff0000
  -d, --direction <DIRECTION>    keybarod backlight moving direction [possible values: left, right]
  -s, --speed <SPEED>            keybarod backlight moving speed [possible values: 1, 2, 3, 4, 5]
  -h, --help                     Print help
  -V, --version                  Print version

e.g. ite8291r2ctl --effect rainbow

See also

ite8291r2ctl's People

Contributors

leewis101 avatar

Watchers

 avatar  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.