Skip to content

Commit

Permalink
Add support for Keyboard: TeaQueen (#2068)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregandcin authored Nov 5, 2023
1 parent 0dab8f8 commit 35b49a9
Showing 1 changed file with 258 additions and 0 deletions.
258 changes: 258 additions & 0 deletions v3/gregandcin/teaqueen/teaqueen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,258 @@
{
"name": "TeaQueen",
"productId": "0x0000",
"vendorId": "0x4743",
"matrix": {
"cols": 8,
"rows": 10
},
"layouts": {
"keymap": [
[
{
"y": 0.9,
"x": 4
},
"0,2",
{
"x": 8.4
},
"5,4"
],
[
{
"y": -0.9,
"x": 3
},
"0,1",
{
"x": 10.4
},
"5,5",
{
"c": "#aaaaaa",
"w": 2
},
"5,6"
],
[
{
"y": -1,
"x": 2,
"c": "#777777"
},
"0,0"
],
[
{
"y": -0.050000000000000044,
"x": 13.13,
"c": "#cccccc"
},
"6,4"
],
[
{
"y": -0.9500000000000002,
"x": 1.75,
"c": "#aaaaaa",
"w": 1.5
},
"1,0",
{
"c": "#cccccc"
},
"1,2",
{
"x": 9.9
},
"6,5",
"6,6",
{
"w": 1.5
},
"6,7"
],
[
{
"x": 1.6,
"c": "#aaaaaa",
"w": 1.75
},
"2,0",
{
"c": "#cccccc"
},
"2,2",
{
"x": 9.25
},
"7,4",
"7,5",
{
"c": "#777777",
"w": 2.25
},
"7,7"
],
[
{
"x": 1.4,
"c": "#aaaaaa",
"w": 2.25
},
"3,0",
{
"c": "#cccccc"
},
"3,2",
{
"x": 8.65
},
"8,4",
"8,5",
{
"c": "#aaaaaa",
"w": 1.75
},
"8,6",
"8,7"
],
[
{
"x": 1.6,
"w": 1.5
},
"4,0",
"4,1",
{
"x": 11.25
},
"9,6",
{
"w": 1.5
},
"9,7"
],
[
{
"r": 12,
"rx": 0.25,
"ry": 1.5,
"y": -1.5,
"x": 4.75,
"c": "#cccccc"
},
"0,3",
"0,4",
"0,5",
"0,6"
],
[
{
"x": 4.25
},
"1,3",
"1,4",
"1,5",
"1,6"
],
[
{
"x": 4.5
},
"2,3",
"2,4",
"2,5",
"2,6"
],
[
{
"x": 5
},
"3,3",
"3,4",
"3,5",
"3,6"
],
[
{
"x": 6.5,
"w": 2
},
"4,5",
{
"c": "#aaaaaa"
},
"4,6"
],
[
{
"rx": 1.5,
"ry": 0.5,
"y": 3.8,
"x": 3.9000000000000004,
"w": 1.5
},
"4,3"
],
[
{
"r": -12,
"rx": 15.25,
"ry": 11.75,
"y": -11,
"x": -3.75,
"c": "#cccccc"
},
"5,0",
"5,1",
"5,2",
"5,3"
],
[
{
"x": -4.25
},
"6,0",
"6,1",
"6,2",
"6,3"
],
[
{
"x": -4
},
"7,0",
"7,1",
"7,2",
"7,3"
],
[
{
"x": -4.5
},
"8,0",
"8,1",
"8,2",
"8,3"
],
[
{
"x": -4.5,
"w": 2.75
},
"9,1"
],
[
{
"y": -0.9500000000000002,
"x": -1.6500000000000004,
"c": "#aaaaaa",
"w": 1.5
},
"9,3"
]
]
}
}

0 comments on commit 35b49a9

Please sign in to comment.