18 lines
341 B
JSON
18 lines
341 B
JSON
{
|
|
"name": "0xC.pad",
|
|
"lighting": "vialrgb",
|
|
"matrix": {
|
|
"rows": 4,
|
|
"cols": 4
|
|
},
|
|
"layouts": {
|
|
"keymap": [
|
|
[{"x": 1}, "0,0", "0,1"],
|
|
[{"x": 0.5}, "1,0", "1,1", "1,2"],
|
|
["2,0", "2,1", "2,2", "2,3"],
|
|
[{"x": 0.5}, "3,1", "3,2", "3,3"]
|
|
]
|
|
}
|
|
}
|
|
|