Skip to content

Commit

Permalink
Masonry keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
dcpedit committed Apr 30, 2024
1 parent d29d240 commit b2c2991
Showing 1 changed file with 213 additions and 0 deletions.
213 changes: 213 additions & 0 deletions v3/dcpedit/masonry/masonry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,213 @@
{
"name": "Masonry",
"vendorId": "0xDC9E",
"productId": "0x177A",
"matrix": {
"rows": 8,
"cols": 6
},
"layouts": {
"labels": [
"2u Modifiers",
["Bottom Row", "1u Keys", "2u Spacebars", "3u Spacebars"]
],
"keymap": [
[
{
"h": 1.75
},
"0,0",
{
"h": 1.5
},
"4,0",
{
"h": 1.25
},
"0,1",
"4,1",
{
"h": 1.25
},
"0,2",
{
"h": 1.25
},
"4,2",
{
"h": 1.25
},
"0,3",
{
"h": 1.25
},
"4,3",
"0,4",
{
"h": 1.25
},
"4,4",
{
"h": 1.5
},
"0,5",
{
"h": 1.75
},
"4,5"
],
[
{
"x": 3
},
"5,1",
{
"x": 4
},
"1,4"
],
[
{
"y": -0.75,
"x": 2
},
"1,1",
{
"x": 1
},
"1,2",
"5,2",
"1,3",
"5,3",
{
"x": 1
},
"5,4"
],
[
{
"y": -0.75,
"x": 1
},
"5,0",
{
"x": 8
},
"1,5"
],
[
{
"y": -0.75
},
"1,0",
{
"x": 10
},
"5,5"
],
[
{
"y": -0.75,
"x": 3,
"h": 1.25
},
"6,1",
{
"x": 4,
"h": 1.25
},
"2,4"
],
[
{
"y": -0.75,
"x": 2
},
"2,1\n\n\n0,0",
{
"x": 1
},
"2,2",
"6,2",
"2,3",
"6,3",
{
"x": 1
},
"6,4\n\n\n0,0"
],
[
{
"y": -0.75,
"x": 1,
"h": 1.75
},
"6,0",
{
"x": 8,
"h": 1.75
},
"2,5"
],
[
{
"y": -0.75,
"h": 1.5
},
"2,0",
{
"x": 10,
"h": 1.5
},
"6,5"
],
[
{
"y": -0.5,
"x": 2
},
"3,1\n\n\n0,0",
"7,1\n\n\n1,0",
"3,2\n\n\n1,0",
"7,2\n\n\n1,0",
"3,3\n\n\n1,0",
"7,3\n\n\n1,0",
"3,4\n\n\n1,0",
"7,4\n\n\n0,0"
],
[
{
"y": 0.25,
"x": 2,
"h": 2
},
"2,1\n\n\n0,1",
"7,1\n\n\n1,1",
{
"w": 2
},
"7,2\n\n\n1,1",
{
"w": 2
},
"3,3\n\n\n1,1",
"3,4\n\n\n1,1",
{
"h": 2
},
"6,4\n\n\n0,1"
],
[
{
"x": 3,
"w": 3
},
"3,2\n\n\n1,2",
{
"w": 3
},
"7,3\n\n\n1,2"
]
]
}
}

0 comments on commit b2c2991

Please sign in to comment.