Created
August 5, 2016 01:28
-
-
Save robertdale/a39b67f4578dd679ffd571313a00aa83 to your computer and use it in GitHub Desktop.
pinky staggered half
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
[ | |
{ | |
"name": "pinky staggered half" | |
}, | |
[ | |
{ | |
"x": 2 | |
}, | |
"@\n2", | |
"#\n3", | |
"$\n4", | |
"%\n5" | |
], | |
[ | |
{ | |
"y": -0.75 | |
}, | |
"+\n=", | |
"!\n1" | |
], | |
[ | |
{ | |
"y": -0.25, | |
"x": 2, | |
"f": 6 | |
}, | |
"W", | |
"E", | |
"R", | |
"T" | |
], | |
[ | |
{ | |
"y": -0.75, | |
"a": 6, | |
"f": 3 | |
}, | |
"Tab", | |
{ | |
"a": 4, | |
"f": 6 | |
}, | |
"Q" | |
], | |
[ | |
{ | |
"y": -0.25, | |
"x": 2 | |
}, | |
"S", | |
"D", | |
"F", | |
"G" | |
], | |
[ | |
{ | |
"y": -0.75, | |
"a": 6, | |
"f": 3 | |
}, | |
"Caps<br>Lock", | |
{ | |
"a": 4, | |
"f": 6 | |
}, | |
"A" | |
], | |
[ | |
{ | |
"y": -0.25, | |
"x": 2 | |
}, | |
"X", | |
"C", | |
"V", | |
"B" | |
], | |
[ | |
{ | |
"y": -0.75, | |
"a": 6 | |
}, | |
"Shift", | |
{ | |
"a": 4 | |
}, | |
"Z" | |
], | |
[ | |
{ | |
"y": -0.25, | |
"x": 2 | |
}, | |
"|\n\\", | |
{ | |
"a": 5, | |
"f": 5 | |
}, | |
"⇦", | |
"⇨", | |
{ | |
"a": 7 | |
}, | |
"" | |
], | |
[ | |
{ | |
"y": -0.75, | |
"a": 6 | |
}, | |
"Ctrl", | |
"Alt", | |
{ | |
"x": 4 | |
}, | |
"LT" | |
] | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment