Skip to content

Control the additional features (e.g., LEDs) of Sharkoon Skiller keyboards

License

Notifications You must be signed in to change notification settings

anyc/skiller-ctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skiller-ctl

The common and the multimedia keys of Sharkoon Skiller keyboards work out of the box on Linux systems. With this tool, you can control the additional features like the changeable background LED color and brightness from your PC.

Please note, as this tool is based on libusb, the keyboard is disconnected for a short time from the input handler of the kernel. Hence, you might loose key presses while settings are changed. To avoid this problem, this code has to be moved into the kernel.

To create this tool, the communication between the Windows driver and the device has been eavesdropped using usbmon and wireshark (as described in this guide).

Currently supported

  • Skiller Pro Plus [04d9:a096]

Features

  • change profile
  • set background LED color
  • set brightness or pulsing brightness mode
  • en-/disable "disco mode" - pulsing brightness with changing color
  • set polling rate
  • en-/disable windows key

ToDo

  • add support for other Skiller (or Sharkoon) models
  • configurable (macro) keys
  • event daemon to handle special gaming keys
  • move this code into kernel to avoid short disconnects of the keyboard

Build

Usage

Usage: ./skiller-ctl [options]

Options:
--------

  -a                always power on the device (root privileges required)
  -b <number>       brightness between 0 and 10 (default: 10)
  -B                pulsing brightness
  -c <string>       set color (query possible values with -C)
  -C                list supported colors
  -d <number>       select device (default: 0)
  -i                disco mode - pulsing brightness with changing color
  -l                list available devices
  -p <number>       change profile (1-3)
  -r <number>       change polling rate to: 125, 250, 500 or 1000 Hz
  -w <number>       windows key on (1) or off (0)

About

Control the additional features (e.g., LEDs) of Sharkoon Skiller keyboards

Resources

License

Stars

Watchers

Forks

Packages

No packages published