Tried to configure Kone aimo sensitivity (not yet working)
This commit is contained in:
@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user