qmk-vial/keyboards/m10a/keymaps/vial/vial.json
ardent-handsaw 6c79755161
Add Vial support to Rama Works M10-A macropad (#195)
* Add Vial support to Rama Works M10-A macropad  (#2)

* Updating M10-A rules.mk per reviewer request

* Update vial.json

added newline at end of file
2022-07-08 23:34:57 -06:00

33 lines
451 B
JSON

{
"name": "RAMA WORKS M10-A",
"vendorId": "0x5241",
"productId": "0x00AA",
"lighting": "none",
"matrix": {"rows": 4, "cols": 3},
"layouts": {
"keymap": [
[
"0,0",
"0,1",
"0,2"
],
[
"1,0",
"1,1",
"1,2"
],
[
"2,0",
"2,1",
"2,2"
],
[
{
"x": 1,
"w": 2
},
"3,2"
]
]
}
}