qmk-keychron-q3-colemak-dh/keyboards/handwired/snatchpad/keymaps/vial/vial.json
xiao a8e7880c82
Snatchpad Vial port (#132)
* Added Vial port for Snatchpad.

* Added Vial keymap.

* Updated licence header.

* Defined default encoder behaviour.

* Added encoders enable in rules.

* removed files already in qmk
2022-03-14 00:50:25 -06:00

51 lines
903 B
JSON

{
"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"
]
]
}
}