qmk-keychron-q3-colemak-dh/keyboards/keychron/q0/rev_0131/keymaps/vial/vial.json
adophoxia 4b9687098d
Update Q0; Port Keychron Q0 Plus to VIAL (#416)
* Update Q0; Port Keychron Q0 Plus to VIAL

* Update VIAL UIDs for Q0 and Q0 Plus

* Remove `via` keymaps and mentions of `VIA_ENABLE = yes` for `keychron` keymaps for Q0 and Q0 Plus

* Update readme.md

* Add VIAL-specific flags for `vial` keymap
2023-04-09 19:02:39 -06:00

158 lines
2.6 KiB
JSON

{
"name": "Keychron Q0 Plus",
"vendorId": "0x3434",
"productId": "0x0131",
"lighting": "vialrgb",
"customKeycodes": [
{
"name": "Mission Control",
"title": "Mission Control in macOS",
"shortName": "MCtrl"
},
{
"name": "Launch Pad",
"title": "Launch Pad in macOS",
"shortName": "LPad"
},
{
"name": "Left Option",
"title": "Left Option in macOS",
"shortName": "LOpt"
},
{
"name": "Right Option",
"title": "Right Option in macOS",
"shortName": "ROpt"
},
{
"name": "Left Cmd",
"title": "Left Command in macOS",
"shortName": "LCmd"
},
{
"name": "Right Cmd",
"title": "Right Command in macOS",
"shortName": "RCmd"
},
{
"name": "Siri",
"title": "Siri in macOS",
"shortName": "Siri"
},
{
"name": "Task View",
"title": "Task View in windows",
"shortName": "Task"
},
{
"name": "File Explorer",
"title": "File Explorer in windows",
"shortName": "File"
},
{
"name": "Screen Shot",
"title": "Screenshot in macOS",
"shortName": "SShot"
},
{
"name": "Cortana",
"title": "Cortana in windows",
"shortName": "Cortana"
}
],
"matrix": {"rows": 6, "cols": 5},
"layouts": {
"keymap": [
[
"0,0\n\n\n\n\n\n\n\n\ne",
"0,1\n\n\n\n\n\n\n\n\ne"
],
[
{
"x": 0.5
},
"0,0",
{
"x": 0.25,
"c": "#aaaaaa"
},
"0,1",
"0,2",
"0,3",
"0,4"
],
[
{
"y": 0.25,
"x": 0.5,
"c": "#cccccc"
},
"1,0",
{
"x": 0.25
},
"1,1",
"1,2",
"1,3",
"1,4"
],
[
{
"x": 0.5
},
"2,0",
{
"x": 0.25
},
"2,1",
"2,2",
"2,3",
{
"h": 2
},
"2,4"
],
[
{
"x": 0.5
},
"3,0",
{
"x": 0.25
},
"3,1",
"3,2",
"3,3"
],
[
{
"x": 0.5
},
"4,0",
{
"x": 0.25
},
"4,1",
"4,2",
"4,3",
{
"h": 2
},
"4,4"
],
[
{
"x": 0.5
},
"5,0",
{
"x": 0.25,
"w": 2
},
"5,1",
"5,3"
]
]
}
}