qmk-keychron-q3-colemak-dh/keyboards/reviung34/keymaps/vial/vial.json
Keenan Brock 9dafac3fbd
Reviung34 multiple layouts and rgb support (#81)
* support 1u and 2u options for reviung34

* support rgb lighting for reviung rgb

The reviung34sb (formerly called reviung34) do not have rgb lighting
But the unibody one (see keymaps/reviung34_rgb) has support.

This makes the firmware quite big and all animations will not fit on the board.
Animations were not working for me, but I included in case it is working for others.
2021-11-17 01:46:18 -05:00

238 lines
2.2 KiB
JSON

{
"name": "reviung34",
"vendorId": "0xFEED",
"productId": "0x4E03",
"lighting": "qmk_rgblight",
"matrix": {
"rows": 4,
"cols": 9
},
"layouts": {
"labels": [
"1u Space"
],
"keymap":[
[
{
"y": 4.75,
"x": 4.25
},
"3,2",
{
"x": 0.25
},
"3,3\n\n\n0,0",
"3,4\n\n\n0,0"
],
[
{
"x": 5.5,
"w": 2
},
"3,4\n\n\n0,1"
],
[
{
"ry": 0.965,
"y": 3.785,
"x": 7.75
},
"3,8"
],
[
{
"r": 10,
"rx": 1,
"ry": 0,
"y": -0.1,
"x": 2
},
"0,2"
],
[
{
"y": -0.65,
"x": 1
},
"0,1",
{
"x": 1
},
"0,3"
],
[
{
"y": -0.75
},
"0,0"
],
[
{
"y": -0.9,
"x": 4
},
"0,4"
],
[
{
"y": -0.7,
"x": 2
},
"1,2"
],
[
{
"y": -0.65,
"x": 1
},
"1,1",
{
"x": 1
},
"1,3"
],
[
{
"y": -0.75
},
"1,0"
],
[
{
"y": -0.9,
"x": 4
},
"1,4"
],
[
{
"y": -0.7,
"x": 2
},
"2,2"
],
[
{
"y": -0.65,
"x": 1
},
"2,1",
{
"x": 1
},
"2,3"
],
[
{
"y": -0.75
},
"2,0"
],
[
{
"y": -0.9,
"x": 4
},
"2,4"
],
[
{
"r": -10,
"rx": 7,
"ry": 0.965,
"y": -0.200,
"x": 2
},
"0,7"
],
[
{
"y": -0.65,
"x": 1
},
"0,6",
{
"x": 1
},
"0,8"
],
[
{
"y": -0.75,
"x": 4
},
"3,5"
],
[
{
"y": -0.9
},
"0,5"
],
[
{
"y": -0.7,
"x": 2
},
"1,7"
],
[
{
"y": -0.65,
"x": 1
},
"1,6",
{
"x": 1
},
"1,8"
],
[
{
"y": -0.75,
"x": 4
},
"3,6"
],
[
{
"y": -0.9
},
"1,5"
],
[
{
"y": -0.7,
"x": 2
},
"2,7"
],
[
{
"y": -0.65,
"x": 1
},
"2,6",
{
"x": 1
},
"2,8"
],
[
{
"y": -0.75,
"x": 4
},
"3,7"
],
[
{
"y": -0.9
},
"2,5"
]
]
}
}