From dbd75f2a3a66554ee5d5aa55c2bdf25cdfa0127f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ayta=C3=A7=20Kayadelen?= Date: Tue, 30 Jan 2024 23:05:05 +0100 Subject: [PATCH] duplicate Logi mice for rgb.net --- .../logitech_g102_features2.json | 27 +++++++++++++ .../logitech_g502_features2.json | 38 +++++++++++++++++++ .../logitech_g900_features2.json | 38 +++++++++++++++++++ 3 files changed, 103 insertions(+) create mode 100644 kb_layouts/Extra Features/logitech_g102_features2.json create mode 100644 kb_layouts/Extra Features/logitech_g502_features2.json create mode 100644 kb_layouts/Extra Features/logitech_g900_features2.json diff --git a/kb_layouts/Extra Features/logitech_g102_features2.json b/kb_layouts/Extra Features/logitech_g102_features2.json new file mode 100644 index 0000000..fd7cc8e --- /dev/null +++ b/kb_layouts/Extra Features/logitech_g102_features2.json @@ -0,0 +1,27 @@ +{ + "group_tag": "mouse", + "origin_region": 4, + "grouped_keys": [ + { + "tag": -1, + "margin_left": 10.0, + "margin_top": -232.0, + "width": 123.0, + "height": 232.0, + "image": "Logi_G102_outline.png", + "enabled": true, + "absolute_location": true + }, + { + "visualName": "Logo", + "tag": 217, + "margin_left": 18.0, + "margin_top": -75.0, + "width": 110.0, + "height": 72.0, + "image": "Logi_G102_logo.png", + "enabled": true, + "absolute_location": true + } + ] +} diff --git a/kb_layouts/Extra Features/logitech_g502_features2.json b/kb_layouts/Extra Features/logitech_g502_features2.json new file mode 100644 index 0000000..e486469 --- /dev/null +++ b/kb_layouts/Extra Features/logitech_g502_features2.json @@ -0,0 +1,38 @@ +{ + "group_tag": "mouse", + "origin_region": 4, + "grouped_keys": [ + { + "tag": -1, + "margin_left": 10.0, + "margin_top": -232.0, + "width": 143.0, + "height": 232.0, + "image": "Logi_G502_outline.png", + "enabled": true, + "absolute_location": true + }, + { + "visualName": "Logo", + "tag": 217, + "margin_left": 60.0, + "margin_top": -88.0, + "width": 22.0, + "height": 24.0, + "image": "Logi_G900_logo.png", + "enabled": true, + "absolute_location": true + }, + { + "visualName": "DPI", + "tag": 218, + "margin_left": 40.0, + "margin_top": -125.0, + "width": 11.0, + "height": 26.0, + "image": "Logi_G502_dpi.png", + "enabled": true, + "absolute_location": true + } + ] +} diff --git a/kb_layouts/Extra Features/logitech_g900_features2.json b/kb_layouts/Extra Features/logitech_g900_features2.json new file mode 100644 index 0000000..f04f6d0 --- /dev/null +++ b/kb_layouts/Extra Features/logitech_g900_features2.json @@ -0,0 +1,38 @@ +{ + "group_tag": "mouse", + "origin_region": 4, + "grouped_keys": [ + { + "tag": -1, + "margin_left": 10.0, + "margin_top": -232.0, + "width": 123.0, + "height": 232.0, + "image": "Logi_G900_outline.png", + "enabled": true, + "absolute_location": true + }, + { + "visualName": "Logo", + "tag": 217, + "margin_left": 60.0, + "margin_top": -69.0, + "width": 22.0, + "height": 24.0, + "image": "Logi_G900_logo.png", + "enabled": true, + "absolute_location": true + }, + { + "visualName": "DPI", + "tag": 218, + "margin_left": 65.0, + "margin_top": -125.0, + "width": 15.0, + "height": 14.0, + "image": "Logi_G900_dpi.png", + "enabled": true, + "absolute_location": true + } + ] +}