diff --git a/plasma/settings/common.nix b/plasma/settings/common.nix index 4f8b2a1..fb844a2 100644 --- a/plasma/settings/common.nix +++ b/plasma/settings/common.nix @@ -6,18 +6,36 @@ overrideConfig = true; input.mice = [ - { - name = "Logitech Wireless Mouse"; - vendorId = "046d"; # 046D lowercase - productId = "4091"; # inner HID device, not the receiver (C534) - leftHanded = false; - #middleButtonEmulation = false; - #naturalScroll = false; + { + name = "Logitech Wireless Mouse"; + vendorId = "046d"; # 046D lowercase + productId = "4091"; # inner HID device, not the receiver (C534) + leftHanded = false; + #middleButtonEmulation = false; + #naturalScroll = false; #acceleration = -0.25; acceleration = 0; - accelerationProfile = "none"; - scrollSpeed = 1.0; - } + accelerationProfile = "none"; + scrollSpeed = 1.0; + } + { + name = "ROCCAT ROCCAT Kone Aimo 16K"; + vendorId = "1e7d"; + productId = "2e2c"; + leftHanded = false; + acceleration = -1; + accelerationProfile = "none"; + scrollSpeed = 1.0; + } + # { + # name = "ROCCAT ROCCAT Vulcan AIMO"; + # vendorId = "1e7d"; + # productId = "3098"; + # leftHanded = false; + # acceleration = -1; + # accelerationProfile = "none"; + # scrollSpeed = 1.0; + # } ]; shortcuts = {