Skip to content

Commit

Permalink
Add config for rev41lp
Browse files Browse the repository at this point in the history
This is derived from the reviung41 one, but with fixed row/col mappings
to go along with this reviung41 variant.
  • Loading branch information
idank committed Jun 25, 2023
1 parent e22c017 commit b37ae6d
Showing 1 changed file with 216 additions and 0 deletions.
216 changes: 216 additions & 0 deletions v3/rev41lp/rev41lp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,216 @@
{
"name": "Reviung41 LP",
"vendorId": "0xFA9D",
"productId": "0x5F10",
"keycodes": ["qmk_lighting"],
"menus": ["qmk_rgblight"],
"matrix": {"rows": 7, "cols": 6},
"layouts": {
"keymap": [
[
{
"x": 3
},
"0,3",
{
"x": 5
},
"1,2"
],
[
{
"y": -0.85,
"x": 2
},
"0,2",
{
"x": 1
},
"0,4",
{
"x": 3
},
"1,1",
{
"x": 1
},
"1,3"
],
[
{
"y": -0.7999999999999999,
"x": 1
},
"0,1",
{
"x": 3
},
"0,5",
{
"x": 1
},
"1,0",
{
"x": 3
},
"1,4"
],
[
{
"y": -0.8500000000000001,
"c": "#777777"
},
"0,0",
{
"x": 11
},
"1,5"
],
[
{
"y": -0.5,
"x": 3,
"c": "#cccccc"
},
"2,3",
{
"x": 5
},
"3,2"
],
[
{
"y": -0.8500000000000001,
"x": 2
},
"2,2",
{
"x": 1
},
"2,4",
{
"x": 3
},
"3,1",
{
"x": 1
},
"3,3"
],
[
{
"y": -0.7999999999999998,
"x": 1
},
"2,1",
{
"x": 3
},
"2,5",
{
"x": 1
},
"3,0",
{
"x": 3
},
"3,4"
],
[
{
"y": -0.8500000000000001,
"c": "#aaaaaa"
},
"2,0",
{
"x": 11
},
"3,5"
],
[
{
"y": -0.5,
"x": 3,
"c": "#cccccc"
},
"4,3",
{
"x": 5
},
"5,2"
],
[
{
"y": -0.8500000000000001,
"x": 2
},
"4,2",
{
"x": 1
},
"4,4",
{
"x": 3
},
"5,1",
{
"x": 1
},
"5,3"
],
[
{
"y": -0.7999999999999998,
"x": 1
},
"4,1",
{
"x": 3
},
"4,5",
{
"x": 1
},
"5,0",
{
"x": 3
},
"5,4"
],
[
{
"y": -0.8500000000000001,
"c": "#aaaaaa"
},
"4,0",
{
"x": 11
},
"5,5"
],
[
{
"x": 3,
"w": 1.25
},
"6,0",
{
"w": 1.25
},
"6,1",
{
"w": 2
},
"6,2",
{
"w": 1.25
},
"6,3",
{
"w": 1.25
},
"6,4"
]
]
}
}

0 comments on commit b37ae6d

Please sign in to comment.