Skip to content

Commit

Permalink
add 4led and 5led headset layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Aytackydln committed Apr 20, 2024
1 parent 50732de commit fe18b67
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 0 deletions.
50 changes: 50 additions & 0 deletions kb_layouts/Extra Features/4led_headset.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"group_tag": "headset",
"origin_region": 4,
"grouped_keys": [
{
"visualName": "Headset 1",
"tag": 296,
"font_size": 10,
"margin_left": 20.0,
"margin_top": -140.0,
"width": 40.0,
"height": 40.0,
"enabled": true,
"absolute_location": true
},
{
"visualName": "Headset 2",
"tag": 297,
"font_size": 10,
"margin_left": 80.0,
"margin_top": -140.0,
"width": 40.0,
"height": 40.0,
"enabled": true,
"absolute_location": true
},
{
"visualName": "Headset 3",
"tag": 298,
"font_size": 10,
"margin_left": 20.0,
"margin_top": -90.0,
"width": 40.0,
"height": 40.0,
"enabled": true,
"absolute_location": true
},
{
"visualName": "Headset 4",
"tag": 299,
"font_size": 10,
"margin_left": 80.0,
"margin_top": -90.0,
"width": 40.0,
"height": 40.0,
"enabled": true,
"absolute_location": true
}
]
}
61 changes: 61 additions & 0 deletions kb_layouts/Extra Features/5led_headset.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"group_tag": "headset",
"origin_region": 4,
"grouped_keys": [
{
"visualName": "Headset 1",
"tag": 296,
"font_size": 10,
"margin_left": 20.0,
"margin_top": -140.0,
"width": 40.0,
"height": 40.0,
"enabled": true,
"absolute_location": true
},
{
"visualName": "Headset 2",
"tag": 297,
"font_size": 10,
"margin_left": 80.0,
"margin_top": -140.0,
"width": 40.0,
"height": 40.0,
"enabled": true,
"absolute_location": true
},
{
"visualName": "Headset 3",
"tag": 298,
"font_size": 10,
"margin_left": 20.0,
"margin_top": -90.0,
"width": 40.0,
"height": 40.0,
"enabled": true,
"absolute_location": true
},
{
"visualName": "Headset 4",
"tag": 299,
"font_size": 10,
"margin_left": 80.0,
"margin_top": -90.0,
"width": 40.0,
"height": 40.0,
"enabled": true,
"absolute_location": true
},
{
"visualName": "Headset 5",
"tag": 300,
"font_size": 10,
"margin_left": 50.0,
"margin_top": -40.0,
"width": 40.0,
"height": 40.0,
"enabled": true,
"absolute_location": true
}
]
}

0 comments on commit fe18b67

Please sign in to comment.