diff --git a/v3/cxt/studio.json b/v3/cxt/studio.json new file mode 100644 index 0000000000..4c4dbd2126 --- /dev/null +++ b/v3/cxt/studio.json @@ -0,0 +1,48 @@ +{ + "name": "CXT Studio", + "vendorId": "0xC401", + "productId": "0x5754", + "keycodes": ["qmk_lighting"], + "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" + ] + ] + } +}