c1769675e9
* Add alpha keyboard support * Add alpha support
55 lines
1010 B
JSON
55 lines
1010 B
JSON
{
|
|
"name": "alpha",
|
|
"vendorId": "0xFEED",
|
|
"productId": "0x6060",
|
|
"lighting": "qmk_rgblight",
|
|
"matrix": {
|
|
"rows": 3,
|
|
"cols": 10
|
|
},
|
|
"layouts": {
|
|
"keymap":[
|
|
[
|
|
"0,0",
|
|
"0,1",
|
|
"0,2",
|
|
"0,3",
|
|
"0,4",
|
|
"0,5",
|
|
"0,6",
|
|
"0,7",
|
|
"0,8",
|
|
"0,9"
|
|
],
|
|
[
|
|
"1,0",
|
|
"1,1",
|
|
"1,2",
|
|
"1,3",
|
|
"1,4",
|
|
"1,5",
|
|
"1,6",
|
|
"1,7",
|
|
"1,8",
|
|
"1,9"
|
|
],
|
|
[
|
|
{
|
|
"x": 0.5
|
|
},
|
|
"2,0",
|
|
"2,1",
|
|
"2,2",
|
|
"2,3",
|
|
{
|
|
"w": 2
|
|
},
|
|
"2,5",
|
|
"2,7",
|
|
"2,8",
|
|
"2,9"
|
|
]
|
|
]
|
|
}
|
|
}
|