Skip to content

Commit

Permalink
Merge pull request the-via#2185 from customMK/cmk11
Browse files Browse the repository at this point in the history
Adding CMK11
  • Loading branch information
Cipulot authored Mar 11, 2024
2 parents 94398e5 + 7985354 commit dbcb531
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions v3/custommk/cmk11/cmk11.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "customMK cmk11",
"vendorId": "0xF35B",
"productId": "0xFABA",
"menus": [ "qmk_audio", "qmk_rgb_matrix" ],
"matrix": {"rows": 2, "cols": 6},
"keycodes" : [ "qmk_lighting" ],
"layouts": {
"labels": [
"3u spacebar"
],
"keymap": [
[
"0,0",
"0,1",
"0,2",
"0,3",
"0,4",
"0,5"
],
[
{"x":0.5},
"1,0",
"1,1\n\n\n0,0",
"1,2\n\n\n0,0",
"1,3\n\n\n0,0",
"1,4"
],
[
{"y": 0.5,
"x": 1.5,
"c": "#aaaaaa",
"w": 3},
"1,2\n\n\n0,1"
]
]
}
}

0 comments on commit dbcb531

Please sign in to comment.