6c79755161
* 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
33 lines
451 B
JSON
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"
|
|
]
|
|
]
|
|
}
|
|
}
|