Skip to content

Commit

Permalink
Add support for CXT Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
puffnfresh committed Aug 3, 2023
1 parent 530511b commit dbab7c8
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions src/cxt/studio.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"name": "CXT Studio",
"vendorId": "0x6378",
"productId": "0x12E3",
"menus": ["qmk_rgb_matrix"],
"matrix": {
"rows": 4,
"cols": 4
},
"layouts": {
"keymap": [
[
"0,0",
"0,1",
"0,2",
"0,3",
"3,2\n\n\n\n\n\n\n\n\ne2",
"3,3\n\n\n\n\n\n\n\n\ne3"
],
[
"1,0",
"1,1",
"1,2",
"1,3",
{
"w": 2,
"h": 2
},
"3,1\n\n\n\n\n\n\n\n\ne1"
],
[
"2,0",
"2,1",
"2,2",
"2,3"
],
[
{
"x": 4,
"w": 2,
"h": 2
},
"3,0\n\n\n\n\n\n\n\n\ne0"
]
]
}
}

0 comments on commit dbab7c8

Please sign in to comment.