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 Support for trainpad #20973

Merged
merged 14 commits into from
May 21, 2023
Prev Previous commit
Next Next commit
Update keyboards/trainpad/info.json
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
  • Loading branch information
AnanyaKirti and noroadsleft authored May 19, 2023
commit 004640a3c5a808d9aa889e67cd21443d5bc2a4b6
10 changes: 9 additions & 1 deletion keyboards/trainpad/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@
"pid": "0x0003",
"device_version": "0.0.1"
},
"processor": "atmega32u2",
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"console": false,
"command": false,
"nkro": false
},
"processor": "atmega32u2",
"bootloader": "atmel-dfu",
"matrix_pins": {
"direct": [
Expand Down