Files
vial-qmk/keyboards/montsinger/rebound/rev4/keymaps/vial/vial.json
Dong Zhou c7c4e39021 Add Rebound rev4 with 1u or 2u layouts and rotary encoder support (#394)
* small tuning

* use all 3 indicators

* add rebound rev4

* define rotary encoder behavior

* add levinson rev3 vial

* add rebound rotary encoder 2 extra keys

* add 2u space layout

* remove levinson stuff

* remove minivan changes

* wiring comment
2023-03-06 00:08:59 -06:00

161 lines
1.9 KiB
JSON

{
"name": "Rebound Rev. 4",
"vendorId": "0x524D",
"productId": "0x0001",
"lighting": "qmk_rgblight",
"matrix": {"rows": 8, "cols": 7},
"layouts": {
"labels":["2u space"],
"keymap":
[
[
{
"y": 2,
"x": 2.5,
"c": "#aaaaaa"
},
"0,0",
{
"c": "#cccccc"
},
"7,0",
"0,1",
"7,1",
"0,2",
"7,2",
{
"x": 3.5
},
"0,4",
"7,4",
"0,5",
"7,5",
"0,6",
{
"c": "#aaaaaa"
},
"7,6"
],
[
{
"x": 2.5,
"c": "#777777"
},
"1,0",
{
"c": "#cccccc"
},
"6,0",
"1,1",
"6,1",
"1,2",
"6,2",
{
"x": 1.25,
"c": "#aaaaaa"
},
"1,3",
{
"x": 1.25,
"c": "#cccccc"
},
"1,4",
"6,4",
"1,5",
"6,5",
"1,6",
"6,6"
],
[
{
"x": 2.5,
"c": "#aaaaaa"
},
"2,0",
{
"c": "#cccccc"
},
"5,0",
"2,1",
"5,1",
"2,2",
"5,2",
{
"x": 1.25,
"c": "#aaaaaa"
},
"2,3",
{
"x": 1.25,
"c": "#cccccc"
},
"2,4",
"5,4",
"2,5",
"5,5",
"2,6",
{
"c": "#777777"
},
"5,6"
],
[
{
"x": 2.5,
"c": "#aaaaaa"
},
"3,0",
"4,0",
"3,1",
"4,1",
"3,2\n\n\n0,0",
{
"c": "#cccccc"
},
"4,2\n\n\n0,0",
{
"x": 1.25,
"c": "#777777"
},
"3,3",
{
"x": 1.25,
"c": "#cccccc"
},
"3,4\n\n\n0,0",
{
"c": "#aaaaaa"
},
"4,4\n\n\n0,0",
"3,5",
"4,5",
"3,6",
"4,6"
],
[
{
"x": 9.25,
"c": "#cccccc"
},
"0,0\n\n\n\n\n\n\n\n\ne",
"0,1\n\n\n\n\n\n\n\n\ne"
],
[
{
"y": -0.75,
"x": 6.5,
"w": 2
},
"4,2\n\n\n0,1",
{
"x": 3.5,
"w": 2
},
"3,4\n\n\n0,1"
]
]
}
}