Skip to content

Commit

Permalink
Update v3/boardsource/sessanta/sessanta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Cipulot authored Oct 8, 2024
1 parent bd8d19c commit 7f59c15
Showing 1 changed file with 183 additions and 17 deletions.
200 changes: 183 additions & 17 deletions v3/boardsource/sessanta/sessanta.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,185 @@
{
"name": "Sessanta",
"vendorId": "0x4273",
"productId": "0x17AC",
"matrix": {"rows": 8, "cols": 9},
"keycodes": ["qmk_lighting"],
"menus": ["qmk_rgb_matrix"],
"layouts": {
"labels": [["Bottom Row", "ANSI", "Split"]],
"keymap": [
["0,0","0,1","0,2","0,3","0,4","0,5","0,6","0,7","0,8","1,0","1,1","1,2","1,3",{"w": 2},"1,4"],
[{"w": 1.5},"1,5","1,6","1,7","1,8","2,0","2,1","2,2","2,3","2,4","2,5","2,6","2,7","2,8",{"w": 1.5},"3,0"],
[{"w": 1.75},"3,1","3,2","3,3","3,4","3,5","3,6","3,7","3,8","4,0","4,1","4,2","4,3",{"w": 2.25},"4,4","4,5"],
[{"w": 2.25},"4,6","4,7","4,8","5,0","5,1","5,2","5,3","5,4","5,5","5,6","5,7",{"w": 2.75},"5,8","6,0"],
[{"w": 1.25},"6,1",{"w": 1.25},"6,2",{"w": 1.25},"6,3",{"w": 6.25},"6,4\n\n\n0,0",{"w": 1.25},"6,5",{"w": 1.25},"6,6",{"w": 1.25},"6,7",{"w": 1.25},"6,8","7,0"],
[{"x": 3.75,"w": 1.5},"7,1\n\n\n0,1","7,2\n\n\n0,1",{"w": 1.25},"6,4\n\n\n0,1","7,3\n\n\n0,1",{"w": 1.5},"7,4\n\n\n0,1"]
]
}
"name": "Sessanta",
"vendorId": "0x4273",
"productId": "0x17AC",
"matrix": {
"rows": 8,
"cols": 9
},
"keycodes": [
"qmk_lighting"
],
"menus": [
"qmk_rgb_matrix"
],
"layouts": {
"labels": [
[
"Bottom Row",
"ANSI",
"Split"
]
],
"keymap": [
[
{
"c": "#aaaaaa"
},
"0,0",
{
"c": "#cccccc"
},
"0,1",
"0,2",
"0,3",
"0,4",
"0,5",
"0,6",
"0,7",
"0,8",
"1,0",
"1,1",
"1,2",
"1,3",
{
"c": "#aaaaaa",
"w": 2
},
"1,4"
],
[
{
"w": 1.5
},
"1,5",
{
"c": "#cccccc"
},
"1,6",
"1,7",
"1,8",
"2,0",
"2,1",
"2,2",
"2,3",
"2,4",
"2,5",
"2,6",
"2,7",
"2,8",
{
"w": 1.5
},
"3,0"
],
[
{
"c": "#aaaaaa",
"w": 1.75
},
"3,1",
{
"c": "#cccccc"
},
"3,2",
"3,3",
"3,4",
"3,5",
"3,6",
"3,7",
"3,8",
"4,0",
"4,1",
"4,2",
"4,3",
{
"c": "#aaaaaa",
"w": 2.25
},
"4,4",
"4,5"
],
[
{
"w": 2.25
},
"4,6",
{
"c": "#cccccc"
},
"4,7",
"4,8",
"5,0",
"5,1",
"5,2",
"5,3",
"5,4",
"5,5",
"5,6",
"5,7",
{
"c": "#aaaaaa",
"w": 2.75
},
"5,8",
"6,0"
],
[
{
"w": 1.25
},
"6,1",
{
"w": 1.25
},
"6,2",
{
"w": 1.25
},
"6,3",
{
"c": "#cccccc",
"w": 6.25
},
"6,4\n\n\n0,0",
{
"c": "#aaaaaa",
"w": 1.25
},
"6,5",
{
"w": 1.25
},
"6,6",
{
"w": 1.25
},
"6,7",
{
"w": 1.25
},
"6,8",
"7,0"
],
[
{
"x": 3.75,
"c": "#cccccc",
"w": 1.5
},
"7,1\n\n\n0,1",
"7,2\n\n\n0,1",
{
"w": 1.25
},
"6,4\n\n\n0,1",
"7,3\n\n\n0,1",
{
"w": 1.5
},
"7,4\n\n\n0,1"
]
]
}
}

0 comments on commit 7f59c15

Please sign in to comment.