Skip to content

Commit

Permalink
Create lisa.json
Browse files Browse the repository at this point in the history
  • Loading branch information
key10iq authored Apr 23, 2024
1 parent 37ac252 commit 9a13695
Showing 1 changed file with 223 additions and 0 deletions.
223 changes: 223 additions & 0 deletions v3/keyten/lisa/lisa.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,223 @@
{
"name": "Lisa",
"vendorId": "0xEB69",
"productId": "0x4001",
"matrix": {
"rows": 4,
"cols": 13
},
"layouts": {
"labels": [
["Left Spacebar", "1.25u/2u", "2u/1.25"],
["Right Spacebar", "2.25u/1.25u", "1.25u/2.25"]
],
"keymap": [
[
{
"y": 0.38,
"x": 0.36,
"c": "#777777"
},
"0,0",
{
"c": "#cccccc"
},
"0,1"
],
[
{
"y": -0.99,
"x": 11.4
},
"0,10",
{
"c": "#aaaaaa"
},
"0,11",
"0,12"
],
[
{
"x": 0.22,
"w": 1.25
},
"1,0",
{
"c": "#cccccc"
},
"1,1"
],
[
{
"y": -0.99,
"x": 11.79
},
"1,10",
{
"c": "#777777",
"w": 1.75
},
"1,12"
],
[
{
"x": 0.07,
"c": "#aaaaaa",
"w": 1.75
},
"2,0",
{
"c": "#cccccc"
},
"2,1"
],
[
{
"y": -0.99,
"x": 11.43
},
"2,10",
"2,11",
{
"c": "#aaaaaa",
"w": 1.25
},
"2,12"
],
[
{
"x": 0.17,
"w": 1.25
},
"3,0",
{
"w": 1.25
},
"3,1"
],
[
{
"y": -0.99,
"x": 12.069,
"w": 1.25
},
"3,11",
{
"w": 1.25
},
"3,12"
],
[
{
"r": 8,
"y": -4.42,
"x": 2.5,
"c": "#cccccc"
},
"0,2",
"0,3",
"0,4",
"0,5"
],
[
{
"x": 2.75
},
"1,2",
"1,3",
"1,4",
"1,5"
],
[
{
"x": 3.25
},
"2,2",
"2,3",
"2,4",
"2,5"
],
[
{
"x": 4,
"c": "#aaaaaa",
"w": 1.25
},
"3,3\n\n\n0,0",
{
"c": "#cccccc",
"w": 2
},
"3,5\n\n\n0,0"
],
[
{
"y": 0.25,
"x": 4,
"w": 2
},
"3,3\n\n\n0,1",
{
"c": "#aaaaaa",
"w": 1.25
},
"3,5\n\n\n0,1"
],
[
{
"r": -8,
"y": -3.33,
"x": 7.1,
"c": "#cccccc"
},
"0,6",
"0,7",
"0,8",
"0,9"
],
[
{
"x": 7.35
},
"1,6",
"1,7",
"1,8",
"1,9"
],
[
{
"x": 6.85
},
"2,6",
"2,7",
"2,8",
"2,9"
],
[
{
"x": 6.85,
"w": 2.25
},
"3,6\n\n\n1,0",
{
"c": "#aaaaaa",
"w": 1.25
},
"3,8\n\n\n1,0"
],
[
{
"y": 0.25,
"x": 6.85,
"w": 1.25
},
"3,6\n\n\n1,1",
{
"c": "#cccccc",
"w": 2.25
},
"3,8\n\n\n1,1"
]
]
}
}

0 comments on commit 9a13695

Please sign in to comment.