diff --git a/daemon_client.py b/daemon_client.py index cb7089d..59429a5 100644 --- a/daemon_client.py +++ b/daemon_client.py @@ -24,7 +24,7 @@ DEVICES = ["keyboard", "lid", "button"] @dataclass class RGBState: device: str = "keyboard" - hidraw: str = "/dev/hidraw4" + hidraw: str = "/dev/hidraw2" effect: str = "static" brightness: int = 100 speed: int = 0