Last active
March 2, 2024 22:59
-
-
Save BenRoe/24dada8e4cd7b60a6b3a140d12ab753b to your computer and use it in GitHub Desktop.
Game Pad (Maker-Tutorials.com)
This file contains hidden or 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": "Game Pad (Maker-Tutorials.com)", | |
"author": "Ben Roe", | |
"switchMount": "cherry", | |
"switchBrand": "cherry", | |
"switchType": "MX1A-L1xx", | |
"plate": true | |
}, | |
[ | |
{ | |
"a": 7 | |
}, | |
"Esc", | |
{ | |
"x": 0.25, | |
"p": "DSA", | |
"sm": "cherry" | |
}, | |
"1", | |
"2", | |
"3", | |
"4" | |
], | |
[ | |
{ | |
"p": "", | |
"sm": "" | |
}, | |
"Tab", | |
{ | |
"x": 0.25, | |
"p": "DSA", | |
"sm": "cherry" | |
}, | |
"Q", | |
{ | |
"c": "#a3a3a3" | |
}, | |
"W", | |
{ | |
"c": "#cccccc" | |
}, | |
"E", | |
"R" | |
], | |
[ | |
"Shift", | |
{ | |
"x": 0.25, | |
"c": "#a3a3a3" | |
}, | |
"A", | |
"S", | |
"D", | |
{ | |
"c": "#cccccc" | |
}, | |
"F" | |
], | |
[ | |
"Alt", | |
{ | |
"x": 0.25 | |
}, | |
"Y", | |
{ | |
"x": 1 | |
}, | |
"C", | |
"V" | |
], | |
[ | |
"Ctrl", | |
{ | |
"x": 2.25, | |
"c": "#a3a3a3", | |
"w": 2 | |
}, | |
"Space" | |
] | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment