Skip to content

Commit

Permalink
Create rainkeeb.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rainkeebs committed Nov 29, 2020
1 parent 281e76c commit 0d9bea9
Showing 1 changed file with 114 additions and 0 deletions.
114 changes: 114 additions & 0 deletions src/rainkeeb/rainkeeb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
{
"name": "rainkeeb",
"vendorId": "0x726b",
"productId": "0x726b",
"lighting": "none",
"matrix": { "rows": 8, "cols": 6 },
"layouts": {
"keymap": [
[
{
"y": 1,
"x": 5.5,
"c": "#777777"
},
"3,2"
],
[
{
"x": 5.5
},
"5,2"
],
[
{
"c": "#aaaaaa"
},
"6,0",
"7,0",
"6,1",
{
"w": 2
},
"7,2",
{
"w": 2
},
"6,2",
{
"w": 2
},
"7,3",
"6,4",
"7,4",
"6,5"
],
[
{
"rx": 5,
"ry": 3,
"y": -3,
"x": -5,
"c": "#cccccc"
},
"0,0",
"1,0",
"0,1",
"1,1",
"0,2"
],
[
{
"x": -5
},
"2,0",
"3,0",
"2,1",
"3,1",
"2,2"
],
[
{
"x": -5
},
"4,0",
"5,0",
"4,1",
"5,1",
"4,2"
],
[
{
"rx": 7,
"ry": 4.25,
"y": -4.25
},
"1,3",
"0,3",
"1,4",
"0,4",
"1,5"
],
[
"2,3",
"3,3",
"2,4",
"3,4",
{
"c": "#777777"
},
"2,5"
],
[
{
"c": "#cccccc"
},
"4,3",
"5,3",
"4,4",
"5,4",
"4,5"
]
]
}
}

0 comments on commit 0d9bea9

Please sign in to comment.