Tried to configure Kone aimo sensitivity (not yet working)

This commit is contained in:
2026-03-11 15:51:55 +01:00
parent 70fc8a0c9a
commit 8dba82f523

View File

@ -6,18 +6,36 @@
overrideConfig = true; overrideConfig = true;
input.mice = [ input.mice = [
{ {
name = "Logitech Wireless Mouse"; name = "Logitech Wireless Mouse";
vendorId = "046d"; # 046D lowercase vendorId = "046d"; # 046D lowercase
productId = "4091"; # inner HID device, not the receiver (C534) productId = "4091"; # inner HID device, not the receiver (C534)
leftHanded = false; leftHanded = false;
#middleButtonEmulation = false; #middleButtonEmulation = false;
#naturalScroll = false; #naturalScroll = false;
#acceleration = -0.25; #acceleration = -0.25;
acceleration = 0; acceleration = 0;
accelerationProfile = "none"; accelerationProfile = "none";
scrollSpeed = 1.0; 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 = { shortcuts = {