Skip to content

Commit

Permalink
Add support to projectd_65_ansi keyboard (the-via#1983)
Browse files Browse the repository at this point in the history
  • Loading branch information
gskygithub authored Aug 26, 2023
1 parent 0cb9c17 commit 7e98405
Showing 1 changed file with 155 additions and 0 deletions.
155 changes: 155 additions & 0 deletions v3/projectd/ansi/65/projectd_65_ansi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,155 @@
{
"name": "ProjectD 65% ANSI",
"vendorId": "0x3233",
"productId": "0x5319",
"keycodes": ["qmk_lighting"],
"menus": ["qmk_rgb_matrix"],
"matrix": {"rows": 9, "cols": 8},
"layouts": {
"keymap": [
[
{
"c": "#777777"
},
"1,3\nESC",
"1,7",
"2,7",
"3,7",
"4,7",
"4,6",
"5,6",
"5,7",
"6,7",
"7,7",
"8,7",
"8,6",
"6,6",
{
"c": "#aaaaaa",
"w": 2
},
"7,1",
"2,3"
],
[
{
"c": "#aaaaaa",
"w": 1.5
},
"1,1",
"1,0",
"2,0",
"3,0",
"4,0",
"4,1",
"5,1",
"5,0",
"6,0",
"7,0",
"8,0",
"8,1",
"6,1",
{
"w": 1.5
},
"7,5",
"7,3"
],
[
{
"c": "#aaaaaa",
"w": 1.75
},
"2,1",
"1,2",
"2,2",
"3,2",
"4,2",
"4,3",
"5,3",
"5,2",
"6,2",
"7,2",
"8,2",
"8,3",
{
"c": "#777777",
"w": 2.25
},
"8,4",
"2,6"
],
[
{
"c": "#aaaaaa",
"w": 2.25
},
"0,0",
"1,4",
"2,4",
"3,4",
"4,4",
"4,5",
"5,5",
"5,4",
"6,4",
"7,4",
"8,5",
{
"c": "#aaaaaa",
"w": 1.75
},
"0,7",
{
"c": "#777777"
},
"1,6",
"6,3"
],
[
{
"c": "#aaaaaa",
"w": 1.25
},
"0,6",
{
"c": "#aaaaaa",
"w": 1.25
},
"0,5",
{
"c": "#aaaaaa",
"w": 1.25
},
"0,2",
{
"w": 6.25
},
"0,1",
{
"c": "#aaaaaa",
"w": 1.25
},
"3,6",
{
"c": "#cccccc",
"w": 1.25
},
"3,3",
{
"x": 0.5,
"c": "#777777"
},
"0,3",
{
"c": "#777777"
},
"1,5",
{
"c": "#777777"
},
"2,5"
]
]
}
}

0 comments on commit 7e98405

Please sign in to comment.