Skip to content

Commit

Permalink
Update ANSI and ISO JSONs for GMMK2 p65 (#1505)
Browse files Browse the repository at this point in the history
  • Loading branch information
adophoxia authored Oct 30, 2022
1 parent cb6dace commit 236ff03
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 118 deletions.
118 changes: 59 additions & 59 deletions src/gmmk/gmmk2/p65/ansi/p65_ansi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,38 @@
"vendorId": "0x320F",
"productId": "0x5045",
"lighting": "qmk_rgblight",
"matrix": {"rows": 8, "cols": 9},
"matrix": {"rows": 9, "cols": 8},
"layouts":{
"keymap":[
[
{
"c": "#777777"
},
"3,1",
"1,3",
{
"c": "#cccccc"
},
"7,1",
"7,2",
"7,3",
"7,4",
"6,4",
"6,5",
"7,5",
"7,6",
"1,7",
"2,7",
"3,7",
"4,7",
"4,6",
"5,6",
"5,7",
"6,7",
"7,7",
"7,8",
"6,8",
"8,7",
"8,6",
"6,6",
{
"c": "#aaaaaa",
"w": 2
},
"1,7",
"7,1",
{
"c": "#cccccc"
},
"5,2"
"2,5"
],
[
{
Expand All @@ -45,53 +45,53 @@
{
"c": "#cccccc"
},
"0,1",
"0,2",
"0,3",
"0,4",
"1,4",
"1,5",
"0,5",
"0,6",
"0,7",
"0,8",
"1,8",
"1,6",
"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
},
"6,7",
"6,2"
"7,6",
"2,6"
],
[
{
"c": "#aaaaaa",
"w": 1.75
},
"1,2",
"2,1",
{
"c": "#cccccc"
},
"2,1",
"1,2",
"2,2",
"2,3",
"2,4",
"3,4",
"3,5",
"3,2",
"2,6",
"2,7",
"2,8",
"3,8",
"4,2",
"4,3",
"5,3",
"5,2",
"6,2",
"7,2",
"8,2",
"8,3",
{
"c": "#777777",
"w": 2.25
},
"4,8",
"8,4",
{
"c": "#cccccc"
},
"5,6"
"6,5"
],
[
{
Expand All @@ -102,54 +102,54 @@
{
"c": "#cccccc"
},
"4,1",
"4,2",
"4,3",
"1,4",
"2,4",
"3,4",
"4,4",
"5,4",
"5,5",
"4,5",
"4,6",
"4,7",
"5,8",
"5,5",
"5,4",
"6,4",
"7,4",
"8,5",
{
"c": "#aaaaaa",
"w": 1.75
},
"7,0",
"0,7",
{
"c": "#777777"
},
"5,3",
"3,5",
{
"c": "#cccccc"
},
"1,0"
"0,1"
],
[
{
"c": "#aaaaaa",
"w": 1.25
},
"6,0",
"0,6",
{
"w": 1.25
},
"5,1",
"1,5",
{
"w": 1.25
},
"3,2",
"2,3",
{
"c": "#cccccc",
"w": 6.25
},
"1,3",
"3,1",
{
"c": "#aaaaaa",
"w": 1.25
},
"6,3",
"3,6",
{
"w": 1.25
},
Expand All @@ -158,9 +158,9 @@
"x": 0.5,
"c": "#777777"
},
"3,0",
"3,7",
"5,0"
"0,3",
"7,3",
"0,5"
]
]
}
Expand Down
Loading

0 comments on commit 236ff03

Please sign in to comment.