Skip to content

Commit

Permalink
Merge pull request the-via#945 from alittlepeace/master
Browse files Browse the repository at this point in the history
Via file for YMDK Wings Hotswap
  • Loading branch information
wilba committed Sep 15, 2021
2 parents 8cb4cb6 + 79dd1a8 commit 3ee22f2
Showing 1 changed file with 255 additions and 0 deletions.
255 changes: 255 additions & 0 deletions src/YMDK/wingshs/wingshs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,255 @@
{
"name": "Wings Hotswap",
"vendorId": "0x594D",
"productId": "0x4975",
"lighting": "qmk_rgblight",
"matrix": {
"rows": 5,
"cols": 15
},
"layouts": {
"keymap": [
[
{
"x": 2.75
},
"0,2",
{
"x": 8.5
},
"0,11"
],
[
{
"y": -0.75,
"x": 0.75,
"c": "#777777"
},
"0,0",
{
"c": "#cccccc"
},
"0,1",
{
"x": 10.5
},
"0,12",
{
"c": "#aaaaaa",
"w": 2
},
"0,13",
{
"x": 0.25
},
"4,14"
],
[
{
"x": 0.5,
"w": 1.5
},
"1,0",
{
"c": "#cccccc"
},
"1,1",
{
"x": 10
},
"1,11",
"1,12",
{
"c": "#aaaaaa",
"w": 1.5
},
"1,13",
{
"x": 0.25
},
"1,14"
],
[
{
"x": 0.25,
"w": 1.75
},
"2,0",
{
"c": "#cccccc"
},
"2,1",
{
"x": 9.5
},
"2,10",
"2,11",
{
"c": "#777777",
"w": 2.25
},
"2,13",
{
"x": 0.25,
"c": "#aaaaaa"
},
"2,14"
],
[
{
"w": 2.25
},
"3,0",
{
"c": "#cccccc"
},
"3,1",
{
"x": 9.5
},
"3,10",
{
"c": "#aaaaaa",
"w": 1.75
},
"3,11"
],
[
{
"y": -0.75,
"x": 16
},
"3,13"
],
[
{
"y": -0.25,
"w": 1.5
},
"4,0"
],
[
{
"y": -0.75,
"x": 15
},
"4,11",
"4,12",
"4,13"
],
[
{
"r": 12,
"rx": 4.75,
"ry": 2.25,
"y": -1.75,
"x": -1.25,
"c": "#cccccc"
},
"0,3",
"0,4",
"0,5",
"0,6"
],
[
{
"x": -1.75
},
"1,2",
"1,3",
"1,4",
"1,5"
],
[
{
"x": -1.5
},
"2,2",
"2,3",
"2,4",
"2,5"
],
[
{
"x": -1
},
"3,2",
"3,3",
"3,4",
"3,5"
],
[
{
"x": -1,
"c": "#aaaaaa",
"w": 1.5
},
"4,2",
{
"c": "#777777",
"w": 2
},
"4,4",
{
"c": "#aaaaaa"
},
"4,5"
],
[
{
"r": -12,
"rx": 11.25,
"ry": 3,
"y": -2.5,
"x": -2.75,
"c": "#cccccc"
},
"0,7",
"0,8",
"0,9",
"0,10"
],
[
{
"x": -3.25
},
"1,6",
"1,7",
"1,8",
"1,9",
"1,10"
],
[
{
"x": -3
},
"2,6",
"2,7",
"2,8",
"2,9"
],
[
{
"x": -2.75
},
"3,6",
"3,7",
"3,8",
"3,9"
],
[
{
"x": -3.25,
"c": "#777777",
"w": 2.75
},
"4,6",
{
"c": "#aaaaaa",
"w": 1.5
},
"4,9"
]
]
}
}

0 comments on commit 3ee22f2

Please sign in to comment.