Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restoring the device state when it's detected #15

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

itay-grudev
Copy link

@itay-grudev itay-grudev commented Jun 19, 2020

This restores the device's state even when:

  • The device is disconnected and then re-connected.
  • When your computer falls asleep and stops powering the USB

It's done with a udev rule triggered by the USB vendor id of the keyboard.

@itay-grudev
Copy link
Author

@dereisele Ping!

@itay-grudev
Copy link
Author

@dereisele Ping!

@ghost
Copy link

ghost commented Oct 2, 2020

@itay-grudev how exactly would I go about "installing" Your version into ubuntu 20.04

@itay-grudev
Copy link
Author

@OGKryptoCoder All you need to is:

cp 99-g213colors.rules /etc/udev/rules.d/99-g213colors.rules

UDEV would pick up the new rules and treat them accordingly. I modified the Makefile to do that as well on make install.

@itay-grudev
Copy link
Author

@dereisele Ping!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant