-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding v3 json for dactyl manuform 4x6
- Loading branch information
1 parent
ff2a2ff
commit 7585bc2
Showing
1 changed file
with
238 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,238 @@ | ||
{ | ||
"name": "Dactyl Manuform (4x6)", | ||
"vendorId": "0x444D", | ||
"productId": "0x3436", | ||
"matrix": { | ||
"rows": 10, | ||
"cols": 6 | ||
}, | ||
"layouts": { | ||
"keymap": [ | ||
[ | ||
{ | ||
"x": 2 | ||
}, | ||
"0,2", | ||
"0,3", | ||
{ | ||
"x": 6.25 | ||
}, | ||
"5,2", | ||
"5,3" | ||
], | ||
[ | ||
{ | ||
"y": -0.9, | ||
"x": 1 | ||
}, | ||
"0,1" | ||
], | ||
[ | ||
{ | ||
"y": -1, | ||
"x": 4 | ||
}, | ||
"0,4", | ||
"0,5", | ||
{ | ||
"x": 2.25 | ||
}, | ||
"5,0", | ||
"5,1", | ||
{ | ||
"x": 2 | ||
}, | ||
"5,4" | ||
], | ||
[ | ||
{ | ||
"y": -0.8500000000000001 | ||
}, | ||
"0,0", | ||
{ | ||
"x": 12.25 | ||
}, | ||
"5,5" | ||
], | ||
[ | ||
{ | ||
"y": -0.25, | ||
"x": 2 | ||
}, | ||
"1,2", | ||
"1,3", | ||
{ | ||
"x": 6.25 | ||
}, | ||
"6,2", | ||
"6,3" | ||
], | ||
[ | ||
{ | ||
"y": -0.8999999999999999, | ||
"x": 1 | ||
}, | ||
"1,1", | ||
{ | ||
"x": 2 | ||
}, | ||
"1,4", | ||
"1,5", | ||
{ | ||
"x": 2.25 | ||
}, | ||
"6,0", | ||
"6,1", | ||
{ | ||
"x": 2 | ||
}, | ||
"6,4" | ||
], | ||
[ | ||
{ | ||
"y": -0.8500000000000001 | ||
}, | ||
"1,0", | ||
{ | ||
"x": 12.25 | ||
}, | ||
"6,5" | ||
], | ||
[ | ||
{ | ||
"y": -0.25, | ||
"x": 2 | ||
}, | ||
"2,2", | ||
"2,3", | ||
{ | ||
"x": 6.25 | ||
}, | ||
"7,2", | ||
"7,3" | ||
], | ||
[ | ||
{ | ||
"y": -0.8999999999999999, | ||
"x": 1 | ||
}, | ||
"2,1", | ||
{ | ||
"x": 2 | ||
}, | ||
"2,4", | ||
"2,5", | ||
{ | ||
"x": 2.25 | ||
}, | ||
"7,0", | ||
"7,1" | ||
], | ||
[ | ||
{ | ||
"y": -0.8500000000000001 | ||
}, | ||
"2,0", | ||
{ | ||
"x": 12.25 | ||
}, | ||
"7,5" | ||
], | ||
[ | ||
{ | ||
"y": -0.25, | ||
"x": 2 | ||
}, | ||
"3,2", | ||
"3,3", | ||
{ | ||
"x": 6.25 | ||
}, | ||
"8,2", | ||
"8,3" | ||
], | ||
[ | ||
{ | ||
"ry": 4.25, | ||
"y": -2.15, | ||
"x": 12.25 | ||
}, | ||
"7,4" | ||
], | ||
[ | ||
{ | ||
"r": 30, | ||
"rx": 6.5, | ||
"ry": 0.25, | ||
"y": 3.75, | ||
"x": 1, | ||
"c": "#777777", | ||
"h": 1.5 | ||
}, | ||
"3,5" | ||
], | ||
[ | ||
{ | ||
"y": -0.5, | ||
"h": 1.5 | ||
}, | ||
"3,4" | ||
], | ||
[ | ||
{ | ||
"r": 75, | ||
"ry": 3, | ||
"y": 1, | ||
"x": 2.75, | ||
"c": "#aaaaaa" | ||
}, | ||
"4,5", | ||
"4,3" | ||
], | ||
[ | ||
{ | ||
"x": 2.75 | ||
}, | ||
"4,4", | ||
"4,2" | ||
], | ||
[ | ||
{ | ||
"r": -75, | ||
"rx": 13, | ||
"ry": 5.25, | ||
"y": -4.75, | ||
"x": -4 | ||
}, | ||
"9,2", | ||
"9,0" | ||
], | ||
[ | ||
{ | ||
"x": -4 | ||
}, | ||
"9,3", | ||
"9,1" | ||
], | ||
[ | ||
{ | ||
"r": -30, | ||
"ry": 0, | ||
"y": 1.25, | ||
"x": -6.75, | ||
"c": "#777777", | ||
"h": 1.5 | ||
}, | ||
"8,0" | ||
], | ||
[ | ||
{ | ||
"y": -0.5, | ||
"x": -5.75, | ||
"h": 1.5 | ||
}, | ||
"8,1" | ||
] | ||
] | ||
} | ||
} |