Skip to content

Commit

Permalink
Create the split67 keyboard configuration (#2035)
Browse files Browse the repository at this point in the history
Co-authored-by: “yuezp” <“yuezpchn@126.com”>
  • Loading branch information
LXF-YZP and “yuezp” authored Oct 7, 2023
1 parent f4ef086 commit 76526cd
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions v3/split67/split67.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"name": "Split67",
"vendorId": "0xCCCD",
"productId": "0xBBBC",
"matrix": {
"rows": 10,
"cols": 8
},
"layouts": {
"keymap": [
[
{"c": "#777777"},"0,0",
{"c": "#cccccc"},"0,1","0,2","0,3","0,4","0,5","4,5",
{"x": 1},"5,0","5,1","5,2","5,3","5,4","5,5",
{"c": "#aaaaaa","w": 2},"5,6",
{"x": 0.25},"5,7"
],
[
{"w": 1.5},"1,0",
{"c": "#cccccc"},"1,1","1,2","1,3","1,4","1,5",
{"x": 1},"6,0","6,1","6,2","6,3","6,4","6,5","6,6",
{"c": "#aaaaaa","w": 1.5},"6,7",
{"x": 0.25},"7,7"
],
[
{"w": 1.75},"2,0",
{"c": "#cccccc"},"2,1","2,2","2,3","2,4","2,5",
{"x": 1},"7,0","7,1","7,2","7,3","7,4","7,5",
{"c": "#777777","w": 2.25},"7,6"
],
[
{"c": "#aaaaaa","w": 2.25},"3,0",
{"c": "#cccccc"},"3,1","3,2","3,3","3,4","3,5",
{"x": 1},"8,0","8,1","8,2","8,3","8,4",
{"c": "#aaaaaa","w": 2},"8,5","8,6"
],
[
{"w": 1.25},"4,0",
{"w": 1.25},"4,1",
{"w": 1.25},"4,2",
{"c": "#cccccc","w": 2.25},"4,3",
{"c": "#aaaaaa"},"4,4",
{"x": 1,"c": "#cccccc","w": 2.75},"9,0",
{"c": "#aaaaaa","w": 1.25},"9,1",
{"w": 1.25},"9,2",
{"x": 1},"9,3","9,4","9,5"
]
]
}
}

0 comments on commit 76526cd

Please sign in to comment.