qmk-keychron-q3-colemak-dh/keyboards/runner3680/5x6_5x8/keymaps/vial/vial.json
Derek Hsu d95d02137c
Vial support for Runner3680 with 5x6 + 5x8 layout (#55)
* Vial support for runner3680 with 5x6 + 5x8 layout

* Reduce firmware size

* Further reduce firmware size

* Reduce firmware size even more
2021-09-15 00:28:04 -04:00

148 lines
2.9 KiB
JSON

{
"name": "Runner3680 5x6+5x8",
"vendorId": "0xFEED",
"productId": "0x0000",
"lighting": "qmk_rgblight",
"matrix": {
"rows": 10,
"cols": 8
},
"layouts": {
"labels": [],
"keymap": [
{
"name": "Runner3680 5x6+5x8"
},
[
"0,2",
"0,3",
"0,4",
"0,5",
"0,6",
"0,7",
{
"x": 1
},
"5,7",
"5,6",
"5,5",
"5,4",
"5,3",
"5,2",
"5,1",
"5,0"
],
[
"1,2",
"1,3",
"1,4",
"1,5",
"1,6",
"1,7",
{
"x": 1
},
"6,7",
"6,6",
"6,5",
"6,4",
"6,3",
"6,2",
"6,1",
"6,0"
],
[
{
"c": "#777777"
},
"2,2",
{
"c": "#cccccc"
},
"2,3",
"2,4",
"2,5",
"2,6",
"2,7",
{
"x": 1
},
"7,7",
"7,6",
"7,5",
"7,4",
"7,3",
"7,2",
{
"c": "#777777"
},
"7,1",
"7,0"
],
[
{
"c": "#cccccc"
},
"3,2",
"3,3",
"3,4",
"3,5",
"3,6",
"3,7",
{
"x": 1
},
"8,7",
"8,6",
"8,5",
"8,4",
"8,3",
{
"c": "#aaaaaa"
},
"8,2",
{
"c": "#777777"
},
"8,1",
{
"c": "#cccccc"
},
"8,0"
],
[
{
"c": "#aaaaaa"
},
"4,2",
"4,3",
"4,4",
"4,5",
"4,6",
{
"c": "#cccccc"
},
"4,7",
{
"x": 1
},
"9,7",
{
"c": "#aaaaaa"
},
"9,6",
"9,5",
"9,4",
"9,3",
{
"c": "#777777"
},
"9,2",
"9,1",
"9,0"
]
]
}
}