diff options
author | sefidel <contact@sefidel.net> | 2024-08-28 15:27:29 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-09-04 20:46:51 +0900 |
commit | 32589efd38f4a767b68658c272b56f2ec1cb64e2 (patch) | |
tree | 847f9fe600ed96f094c9a22136eee1557f9afefb /modules | |
parent | 648fe06f4acbc0588ca4f5b5a5ae56d5116c63f4 (diff) | |
download | nixrc-32589efd38f4a767b68658c272b56f2ec1cb64e2.tar.gz nixrc-32589efd38f4a767b68658c272b56f2ec1cb64e2.zip |
feat(modules/keyd-qol): slimblade: add missing pids
Diffstat (limited to 'modules')
-rw-r--r-- | modules/keyd-qol.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/keyd-qol.nix b/modules/keyd-qol.nix index 8d97089..23ea784 100644 --- a/modules/keyd-qol.nix +++ b/modules/keyd-qol.nix @@ -35,7 +35,9 @@ kensington_trackball = { ids = [ # Slimblade Pro - "047d:80d4" + "047d:80d4" # Bluetooth + "047d:80d6" # 2.4Ghz + "047d:80d7" # Wired ]; settings = { main = { |