Skip to content

Commit

Permalink
Added k3 qmk keyboard (#2130)
Browse files Browse the repository at this point in the history
* Added k3 qmk keyboard

* Update
  • Loading branch information
itarze authored Feb 3, 2024
1 parent 88c870b commit cbf65de
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions v3/darmoshark/k3/k3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"name": "K3 QMK",
"vendorId": "0xC001",
"productId": "0x3667",
"keycodes": ["qmk_lighting"],
"menus": ["qmk_rgb_matrix"],
"matrix": {"rows": 6, "cols": 4},
"layouts": {
"keymap":
[
[
{
"c": "#cccccccc"
},
"0,0",
"0,1",
"0,2",
"0,3"
],
[
"1,0",
"1,1",
"1,2",
"1,3"
],
[
"2,0",
"2,1",
"2,2",
{
"h": 2
},
"2,3"
],
[
"3,0",
"3,1",
"3,2"
],
[
"4,0",
"4,1",
"4,2",
{
"h": 2
},
"4,3"
],
[
{
"w": 2
},
"5,1",
"5,2"
]
]
}
}

0 comments on commit cbf65de

Please sign in to comment.