qmk-keychron-q3-colemak-dh/keyboards/handwired/snatchpad/keymaps/vial/vial.json

51 lines
903 B
JSON
Raw Normal View History

{
"name": "snatchpad",
"vendorId": "0x6662",
"productId": "0x7370",
"lighting": "none",
"matrix": {
"rows": 3,
"cols": 3
},
"layouts": {
"keymap": [
{
"name": "snatchpad"
},
[
{
"x": 0.5
},
"0,0",
"0,1",
"0,2"
],
[
{
"x": 0.5
},
"1,0",
"1,1",
"1,2"
],
[
{
"x": 0.5
},
"2,0",
{
"d": true
},
"2,1",
"2,2"
],
[
"0,0\n\n\n\n\n\n\n\n\ne",
"0,1\n\n\n\n\n\n\n\n\ne",
"1,0\n\n\n\n\n\n\n\n\ne",
"1,1\n\n\n\n\n\n\n\n\ne"
]
]
}
}