Skip to content

Commit

Permalink
Create kt3700.json
Browse files Browse the repository at this point in the history
  • Loading branch information
key10iq authored and yiancar committed Jan 19, 2023
1 parent 37a358c commit 2aa8761
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions src/keyten/kt3700/kt3700.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"name": "kt3700",
"vendorId": "0xEB69",
"productId": "0x3700",
"lighting": "none",
"matrix": { "rows": 6, "cols": 4 },
"layouts": {
"labels": [
"Split +",
"Split Enter",
"Split 0"
],
"keymap": [
[
{"c":"#aaaaaa"},
"0,0",
"0,1",
"0,2",
"0,3"
],
[
{"y":1},
"1,0",
"1,1",
"1,2",
"1,3"
],
[
{"c":"#cccccc"},
"2,0",
"2,1",
"2,2",
{"c":"#aaaaaa","h":2},
"3,3\n\n\n0,0",
{"x":0.25},
"2,3\n\n\n0,1"
],
[
{"c":"#cccccc"},
"3,0",
"3,1",
"3,2",
{"x":1.25,"c":"#aaaaaa"},
"3,3\n\n\n0,1"
],
[
{"c":"#cccccc"},
"4,0",
"4,1",
"4,2",
{"c":"#777777","h":2},
"5,3\n\n\n1,0",
{"x":0.25,"c":"#aaaaaa"},
"4,3\n\n\n1,1"
],
[
{"c":"#cccccc","w":2},
"5,1\n\n\n2,0",
"5,2",
{"x":1.25,"c":"#aaaaaa"},
"5,3\n\n\n1,1"
],
[
{"y":0.25,"c":"#cccccc"},
"5,0\n\n\n2,1",
"5,1\n\n\n2,1"
]
]
}
}

0 comments on commit 2aa8761

Please sign in to comment.