From 1a310c7b11d9bcefcff4e27e44412aa729f4c59b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ayta=C3=A7=20Kayadelen?= Date: Tue, 30 Jan 2024 23:02:19 +0100 Subject: [PATCH] add indicators to G513 --- .../logitech_g513_indicators.json | 27 +++++++++++++++++++ kb_layouts/logitech_g513.json | 4 ++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 kb_layouts/Extra Features/logitech_g513_indicators.json diff --git a/kb_layouts/Extra Features/logitech_g513_indicators.json b/kb_layouts/Extra Features/logitech_g513_indicators.json new file mode 100644 index 0000000..c0701ef --- /dev/null +++ b/kb_layouts/Extra Features/logitech_g513_indicators.json @@ -0,0 +1,27 @@ +{ + "origin_region": 2, + "grouped_keys": [ + { + "visualName": "", + "tag": 302, + "line_break": false, + "margin_left": -110.0, + "margin_top": 10.0, + "width": 14.0, + "height": 22.0, + "enabled": true, + "absolute_location": true + }, + { + "visualName": "", + "tag": 132, + "line_break": false, + "margin_left": -130.0, + "margin_top": 10.0, + "width": 14.0, + "height": 22.0, + "enabled": true, + "absolute_location": true + } + ] +} diff --git a/kb_layouts/logitech_g513.json b/kb_layouts/logitech_g513.json index 92fe224..ace4b0c 100644 --- a/kb_layouts/logitech_g513.json +++ b/kb_layouts/logitech_g513.json @@ -6,5 +6,7 @@ "tag": 99 } }, - "included_features": [] + "included_features": [ + "logitech_g513_indicators.json" + ] }