Skip to content

A Python script to animate Logitech keyboard LEDs using an input image.

License

Notifications You must be signed in to change notification settings

1r00t/key-color-animatr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

key-color-animatr

A Python script to animate Logitech keyboard LEDs using an input image. It maps an image onto the keyboard where each key is a pixel from the image. Then it walks down the image and creates animation frames. Output is a .eft file to import in your Logitech Gaming Software.

Only works for the G810 with German keyboard layout at the moment!

# usage: animatr.py [image path] [duration]
python animatr.py path/to/image.jpg 10

Here are some example outputs: key-color-animatr/tree/master/eft

  • TODO:
    • work on argument parsing
    • add more keyboard layouts
    • add G910 support
    • add more animations
    • figure out why the animation is slow for some images

About

A Python script to animate Logitech keyboard LEDs using an input image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages