vial-qmk/keyboards/mbtkl/keymaps/vial/vial.json
melonbred ebc8bb130a
Add Vial support for mb-tkl (#873)
* debug

* Update vial.json

* Update vial.json

* Update config.h to 5 RGBLED

* Update mbtkl to latest vial/qmk formatting

* Updated RGB config

* mbtkl removed depreciated RESET keycode
2025-04-10 20:37:04 -06:00

202 lines
No EOL
3.2 KiB
JSON

{
"name": "mb-tkl",
"vendorId": "0x6d62",
"productId": "0x001",
"lighting": "qmk_rgblight",
"matrix": {
"rows": 5,
"cols": 15
},
"layouts": {
"labels": [
[
"Blockers",
"WKL",
"Non-WKL"
],
[
"Spacebar",
"3u",
"2u/1u",
"1u/2u"
]
],
"keymap": [
[
{
"x": 0.75
},
"0,0",
"0,1",
"0,2",
"0,3",
{
"x": 0.38
},
"0,4",
"0,5",
"0,6",
{
"x": 0
},
"0,7",
{
"x": 0.37
},
"0,8",
"0,9",
"0,10",
"0,11",
{
"x": 0.38
},
"0,12",
"0,13",
"0,14"
],
[
{
"y": 0.25
},
"1,0",
"1,1",
"1,2",
"1,3",
"1,4",
"1,5",
{
"x": 0.75
},
"1,6",
"1,7",
"1,8",
"1,9",
"1,10",
{
"w": 1.75
},
"1,11",
{
"x": 0.38
},
"1,12",
"1,13",
"1,14"
],
[
{
"w": 1.25
},
"2,0",
"2,1",
"2,2",
"2,3",
"2,4",
"2,5",
{
"x": 0.75
},
"2,6",
"2,7",
"2,8",
"2,9",
"2,10",
{
"w": 1.5
},
"2,11"
],
[
{
"w": 1.75
},
"3,0",
"3,1",
"3,2",
"3,3",
"3,4",
"3,5",
{
"x": 0.75
},
"3,6",
"3,7",
"3,8",
"3,9",
"3,10",
"3,11",
{
"x": 1.38
},
"3,13"
],
[
{
"w": 1.25
},
"4,0",
{
"d": true
},
"4,1\n\n\n0,0",
{
"w": 1.25
},
"4,2",
{
"w": 3
},
"4,4\n\n\n1,0",
{
"x": 0.75,
"w": 2.75
},
"4,7",
{
"w": 1.25
},
"4,9",
{
"d": true
},
"4,10\n\n\n0,0",
{
"w": 1.25
},
"4,11",
{
"x": 0.38
},
"4,12",
"4,13",
"4,14"
],
[
{
"x": 1.25
},
"4,1\n\n\n0,1",
{
"x": 1.25,
"w": 2
},
"4,3\n\n\n1,1",
"4,4\n\n\n1,1",
{
"x": 4.75
},
"4,10\n\n\n0,1"
],
[
{
"x": 3.5
},
"4,3\n\n\n1,2",
{
"w": 2
},
"4,4\n\n\n1,2"
]
]
}
}