keyboards/bastardkb/tbkmini/keymaps/seoa/vial.json

82 lines
1.1 KiB
JSON

{
"name": "TBK Mini",
"vendorId": "0xA8F8",
"productId": "0x1828",
"menus": [
"qmk_rgb_matrix"
],
"keycodes": [ "qmk_lighting" ],
"matrix": {
"rows": 8,
"cols": 6
},
"layouts": {
"keymap": [
[
"0,0",
"0,1",
"0,2",
"0,3",
"0,4",
"0,5",
{
"x": 4
},
"4,5",
"4,4",
"4,3",
"4,2",
"4,1",
"4,0"
],
[
"1,0",
"1,1",
"1,2",
"1,3",
"1,4",
"1,5",
{
"x": 4
},
"5,5",
"5,4",
"5,3",
"5,2",
"5,1",
"5,0"
],
[
"2,0",
"2,1",
"2,2",
"2,3",
"2,4",
"2,5",
{
"x": 4
},
"6,5",
"6,4",
"6,3",
"6,2",
"6,1",
"6,0"
],
[
{
"x": 4
},
"3,3",
"3,4",
"3,1",
{
"x": 2
},
"7,1",
"7,4",
"7,3"
]
]
}
}