Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added VT-40 keyboard #24706

Merged
merged 10 commits into from
Dec 12, 2024
Prev Previous commit
Update keyboards/vt40/keyboard.json
Co-authored-by: Duncan Sutherland <[email protected]>
  • Loading branch information
guidoism and dunk2k authored Dec 12, 2024
commit 5e859b55cad015e8802ea19227ee13580dcb620e
3 changes: 1 addition & 2 deletions keyboards/vt40/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 14,7 @@
"nkro": true
},
"matrix_pins": {
"cols": ["GP6", "GP7", "GP8", "GP9", "GP10", "GP11", "GP12",
"GP13", "GP21", "GP20", "GP19", "GP18", "GP22"],
"cols": ["GP6", "GP7", "GP8", "GP9", "GP10", "GP11", "GP12", "GP13", "GP21", "GP20", "GP19", "GP18", "GP22"],
"rows": ["GP2", "GP3", "GP4", "GP5"]
},
"encoder": {
Expand Down
Loading