mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
fec3877c15
* wooting-udev-rules: add Lekker Edition rules Signed-off-by: David Wood <david.wood@codeplay.com> * use dontunpack Co-authored-by: Artturi <Artturin@artturin.com>
15 lines
752 B
Plaintext
15 lines
752 B
Plaintext
# Wooting One
|
|
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="ff01", MODE:="0660", GROUP="input"
|
|
# Wooting One update mode
|
|
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2402", MODE:="0660", GROUP="input"
|
|
|
|
# Wooting Two
|
|
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="ff02", MODE:="0660", GROUP="input"
|
|
# Wooting Two update mode
|
|
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2403", MODE:="0660", GROUP="input"
|
|
|
|
# Wooting Two Lekker Edition
|
|
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="31e3", ATTRS{idProduct}=="1210", MODE:="0660", GROUP="input"
|
|
# Wooting Two Lekker Edition update mode
|
|
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="31e3", ATTRS{idProduct}=="121f", MODE:="0660", GROUP="input"
|