Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for CXT Studio #1981

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions v3/cxt/studio.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"name": "CXT Studio",
"vendorId": "0xC401",
"productId": "0x5754",
"keycodes": ["qmk_lighting"],
"menus": ["qmk_rgb_matrix"],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like in QMK not all effect are enabled. Please align QMK with VIA or VIA with QMK source

"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"
]
]
}
}