Skip to content

Commit

Permalink
Merge pull request #985 from alabahuy/master
Browse files Browse the repository at this point in the history
Add rart67M via support
  • Loading branch information
wilba authored Nov 2, 2021
2 parents 9d8868e + 4b8deee commit 38203eb
Showing 1 changed file with 146 additions and 0 deletions.
146 changes: 146 additions & 0 deletions src/rart/rart67m.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
{
"name": "RART67M",
"vendorId": "0x414C",
"productId": "0x6067",
"lighting": "none",
"matrix": {"rows": 8, "cols": 8},
"layouts": {
"keymap": [
[
{
"c": "#777777"
},
"0,0",
{
"c": "#cccccc"
},
"1,0",
"0,1",
"1,1",
"0,2",
"1,2",
"0,3",
"1,3",
"0,4",
"1,4",
"0,5",
"1,5",
"0,6",
{
"c": "#aaaaaa",
"w": 2
},
"1,6"
],
[
{
"c": "#aaaaaa",
"w": 1.5
},
"2,0",
{
"c": "#cccccc"
},
"3,0",
"2,1",
"3,1",
"2,2",
"3,2",
"2,3",
"3,3",
"2,4",
"3,4",
"2,5",
"3,5",
"2,6",
{
"w": 1.5
},
"3,6"
],
[
{
"c": "#aaaaaa",
"w": 1.75
},
"4,0",
{
"c": "#cccccc"
},
"5,0",
"4,1",
"5,1",
"4,2",
"5,2",
"4,3",
"5,3",
"4,4",
"5,4",
"4,5",
"5,5",
{
"c": "#777777",
"w": 2.25
},
"4,6",
{
"c": "#cccccc"
},
"5,6"
],
[
{
"c": "#aaaaaa",
"w": 2.25
},
"6,0",
{
"c": "#cccccc"
},
"7,0",
"6,1",
"7,1",
"6,2",
"7,2",
"6,3",
"7,3",
"6,4",
"7,4",
"6,5",
{
"c": "#aaaaaa",
"w": 1.75
},
"7,5",
"6,6",
"7,6"
],
[
{
"w": 1.5
},
"0,7",
{
"w": 1.5
},
"1,7",
{
"w": 7
},
"2,7",
{
"c": "#aaaaaa",
"w": 1.5
},
"3,7",
{
"w": 1.5
},
"4,7",
"5,7",
"6,7",
"7,7"
]
]
}
}

0 comments on commit 38203eb

Please sign in to comment.