qmk-keychron-q3-colemak-dh/keyboards/controllerworks/mini42/keymaps/vial/vial.json
Controller Works 56d651511d
Add mini42 (#262)
* Porting the mini42 to Vial for the first time.

* adding LTO_ENABLE=yes

* Tweaking Via(l) settings

* Set Via to v2 with lighting control disabled

* Adding GPL copyright notices to files

* Tidying things for a PR

* Fix formatting of json file.

* Updating files from QMK main

* Updated readme for vial build

Co-authored-by: kevinmgee <kevingee@kevingee.biz>
2022-10-14 15:13:46 -06:00

41 lines
1.7 KiB
JSON

{
"name": "Controller Works mini42",
"vendorId": "0x4357",
"productId": "0x0003",
"lighting":"vialrgb",
"keycodes": [
"qmk_lighting"
],
"menus": [
"qmk_rgb_matrix"
],
"matrix": {
"rows": 8,
"cols": 6
},
"layouts": {
"keymap":
[
[{"x": 3},"0,3",{"x": 11},"4,2"],
[{"y": -0.86,"x": 2},"0,2",{"x": 1},"0,4",{"x": 9},"4,1",{"x": 1},"4,3"],
[{"y": -0.8600000000000001,"x": 5},"0,5",{"x": 7},"4,0"],
[{"y": -0.8600000000000001,"c": "#aaaaaa"},"0,0"],
[{"y": -1,"x": 1,"c": "#cccccc"},"0,1"],
[{"y": -1,"x": 17},"4,4"],
[{"y": -1,"x": 18,"c": "#aaaaaa"},"4,5"],
[{"y": -0.41999999999999993,"x": 3,"c": "#cccccc"},"1,3",{"x": 11},"5,2"],
[{"y": -0.8600000000000001,"x": 2},"1,2",{"x": 1},"1,4",{"x": 9},"5,1",{"x": 1},"5,3"],
[{"y": -0.8599999999999997,"x": 5},"1,5",{"x": 7},"5,0"],
[{"y": -0.8600000000000003,"c": "#aaaaaa"},"1,0",{"c": "#cccccc"},"1,1",{"x": 15},"5,4",{"c": "#aaaaaa"},"5,5"],
[{"y": -0.41999999999999993,"x": 3,"c": "#cccccc"},"2,3",{"x": 11},"6,2"],
[{"y": -0.8599999999999999,"x": 2},"2,2",{"x": 1},"2,4",{"x": 9},"6,1",{"x": 1},"6,3"],
[{"y": -0.8600000000000003,"x": 5},"2,5",{"x": 7},"6,0"],
[{"y": -0.8599999999999999,"c": "#aaaaaa"},"2,0",{"c": "#cccccc"},"2,1",{"x": 15},"6,4",{"c": "#aaaaaa"},"6,5"],
[{"y": -0.17999999999999972,"x": 3.5},"3,0",{"x": 10},"7,2"],
[{"r": 15,"rx": 5.25,"ry": 3.9,"y": -0.5,"x": -0.5},"3,1"],
[{"r": 30,"rx": 6.75,"ry": 4.36,"y": -0.7500000000000004,"x": -0.75,"h": 1.5},"3,2"],
[{"r": -30,"rx": 12,"y": -0.7500000000000004,"h": 1.5},"7,0"],
[{"r": -15,"rx": 13.75,"ry": 3.9,"y": -0.5,"x": -0.5},"7,1"]
]
}
}