Skip to content

Commit

Permalink
Merge pull request #892 from npspears/master
Browse files Browse the repository at this point in the history
add support for Quark² PCB
  • Loading branch information
wilba authored Aug 23, 2021
2 parents f16ce80 + e2e8b55 commit 7385edb
Showing 1 changed file with 154 additions and 0 deletions.
154 changes: 154 additions & 0 deletions src/nasp/quark_squared.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,154 @@
{
"name": "Quark²",
"vendorId": "0x7070",
"productId": "0x5342",
"lighting": "qmk_rgblight",
"matrix": { "rows": 4, "cols": 12 },
"layouts": {
"labels": [
"single 2u"
],
"keymap": [
[
{
"c": "#777777"
},
"0,0",
{
"c": "#cccccc"
},
"0,1",
"0,2",
"0,3",
"0,4",
"0,5",
"0,6",
"0,7",
"0,8",
"0,9",
"0,10",
"0,11"
],
[
{
"c": "#aaaaaa"
},
"1,0",
{
"c": "#cccccc"
},
"1,1",
"1,2",
"1,3",
"1,4",
"1,5",
"1,6",
"1,7",
"1,8",
"1,9",
"1,10",
"1,11"
],
[
{
"c": "#aaaaaa"
},
"2,0",
{
"c": "#cccccc"
},
"2,1",
"2,2",
"2,3",
"2,4",
"2,5",
"2,6",
"2,7",
"2,8",
"2,9",
"2,10",
{
"c": "#777777"
},
"2,11"
],
[
{
"c": "#aaaaaa",
"w": 1.25
},
"3,0\n\n\n0,0",
{
"w": 1.25
},
"3,1\n\n\n0,0",
{
"w": 1.25
},
"3,3\n\n\n0,0",
{
"c": "#777777",
"w": 2.25
},
"3,4\n\n\n0,0",
{
"w": 2.25
},
"3,6\n\n\n0,0",
{
"c": "#aaaaaa",
"w": 1.25
},
"3,8\n\n\n0,0",
{
"w": 1.25
},
"3,9\n\n\n0,0",
{
"w": 1.25
},
"3,11\n\n\n0,0"
],
[
{
"w": 1.25
},
"3,0\n\n\n0,1",
{
"w": 1.25
},
"3,1\n\n\n0,1",
{
"w": 1.25
},
"3,3\n\n\n0,1",
{
"w": 1.25
},
"3,4\n\n\n0,1",
{
"c": "#777777",
"w": 2
},
"3,5\n\n\n0,1",
{
"c": "#aaaaaa",
"w": 1.25
},
"3,6\n\n\n0,1",
{
"w": 1.25
},
"3,8\n\n\n0,1",
{
"w": 1.25
},
"3,9\n\n\n0,1",
{
"w": 1.25
},
"3,11\n\n\n0,1"
]
]
}
}

0 comments on commit 7385edb

Please sign in to comment.