Skip to content

Instantly share code, notes, and snippets.

@tbjers
Created June 14, 2023 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbjers/dae30d21047321a9c88fecb8f4d59bce to your computer and use it in GitHub Desktop.
Save tbjers/dae30d21047321a9c88fecb8f4d59bce to your computer and use it in GitHub Desktop.
VIA layout file for CSTC40
{
"name": "CSTC40",
"vendorId": "0x586A",
"productId": "0x0040",
"lighting": "qmk_backlight_rgblight",
"matrix": { "rows": 4, "cols": 12 },
"layouts": {
"keymap": [
[
"0,0",
"0,1",
"0,2",
"0,3",
"0,4",
"0,5",
"0,6",
"0,7",
"0,8",
"0,9",
"0,10",
"0,11"
],
[
"1,0",
"1,1",
"1,2",
"1,3",
"1,4",
"1,5",
"1,6",
"1,7",
"1,8",
"1,9",
"1,10",
"1,11"
],
[
"2,0",
"2,1",
"2,2",
"2,3",
"2,4",
"2,5",
"2,6",
"2,7",
"2,8",
"2,9",
"2,10",
"2,11"
],
[
"3,0",
"3,1",
"3,2",
"3,3",
"3,4",
{
"w": 2
},
"3,5",
"3,7",
"3,8",
"3,9",
"3,10",
"3,11"
]
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment