Skip to content

Commit

Permalink
Add meetlab/kalice keyboard (#2114)
Browse files Browse the repository at this point in the history
Co-authored-by: “yuezp” <“[email protected]”>
  • Loading branch information
LXF-YZP and “yuezp” authored Feb 3, 2024
1 parent 30e9759 commit 21d3efd
Showing 1 changed file with 202 additions and 0 deletions.
202 changes: 202 additions & 0 deletions v3/meetlab/kalice/kalice.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,202 @@
{
"name": "Kalice",
"vendorId": "0xAA04",
"productId": "0xBB04",
"matrix": {
"rows": 5,
"cols": 16
},
"keycodes": [
"qmk_lighting"
],
"menus": [
"qmk_rgblight"
],
"layouts": {
"keymap": [
[
{"y": 0.15,"x": 0.45,"c": "#777777"
},
"0,0",
{"x": 16.25,"c": "#aaaaaa"
},
"0,15"
],
[
{"y": -0.85,"x": 1.75,"c": "#cccccc","f": 1
},
"0,1",
"0,2",
{"x": 9.65
},
"0,12",
"0,13",
{"c": "#aaaaaa","w": 2
},
"0,14"
],
[
{"y": -0.15,"x": 0.3,"f": 3
},
"1,0",
{"x": 16.55
},
"1,15"
],
[
{"y": -0.85,"x": 1.5,"f": 1,"w": 1.5
},
"1,1",
{"c": "#cccccc"
},
"1,2",
{"x": 9.15
},
"1,11",
"1,12",
"1,13",
{"c": "#aaaaaa","f": 3,"w": 1.5
},
"1,14"
],
[
{"y": -0.15,"x": 0.15
},
"2,0",
{"x": 16.85
},
"2,15"
],
[
{"y": -0.85,"x": 1.4,"f": 1,"w": 1.75
},
"2,1",
{"c": "#cccccc"
},
"2,2",
{"x": 9.4
},
"2,11",
"2,12",
{"c": "#777777","w": 2.25
},
"2,13"
],
[
{"x": 1.25,"c": "#aaaaaa","w": 2.25
},
"3,1",
{"c": "#cccccc"
},
"3,2",
{"x": 8.75
},
"3,11",
"3,12",
{"c": "#aaaaaa","w": 1.75
},
"3,13",
{"c": "#777777"
},
"3,14"
],
[
{"x": 1.25,"c": "#aaaaaa","w": 1.25
},
"4,0",
{"w": 1.25
},
"4,1",
{"x": 11,"f": 3,"w": 1.25
},
"4,12",
{"c": "#777777","f": 1
},
"4,13",
"4,14",
"4,15"
],
[
{"r": 9,"rx": 4.5,"ry": 2.9,"y": -2.6,"x": -1,"c": "#cccccc"
},
"0,3",
"0,4",
"0,5",
"0,6",
"0,7"
],
[
{"x": -0.6
},
"1,3",
"1,4",
"1,5",
"1,6"
],
[
{"x": -0.25
},
"2,3",
"2,4",
"2,5",
"2,6"
],
[
{"x": 0.25
},
"3,3",
"3,4",
"3,5",
"3,6"
],
[
{"x": 0.5,"c": "#aaaaaa","w": 1.5
},
"4,2",
{"c": "#cccccc","w": 2.25
},
"4,3"
],
[
{"r": -9,"rx": 15,"ry": 3.5,"y": -3.45,"x": -5.25
},
"0,8",
"0,9",
"0,10",
"0,11"
],
[
{"x": -5.65
},
"1,7",
"1,8",
"1,9",
"1,10"
],
[
{"x": -5.45
},
"2,7",
"2,8",
"2,9",
"2,10"
],
[
{"x": -5.85
},
"3,7",
"3,8",
"3,9",
"3,10"
],
[
{"x": -5.85,"w": 2.75
},
"4,10",
{"c": "#aaaaaa","w": 1.5
},
"4,11"
]
]
}
}

0 comments on commit 21d3efd

Please sign in to comment.