summaryrefslogtreecommitdiff
path: root/keyboards/trainpad/info.json
diff options
context:
space:
mode:
authorAnanya Kirti <AnanyaKirti@users.noreply.github.com>2023-05-21 21:27:08 +0530
committerGitHub <noreply@github.com>2023-05-21 08:57:08 -0700
commit08a8d35bc36c5c98c391817e4de9d1b3701a04c8 (patch)
tree06b23ac3b0c4d7be51d5e5df22027b1312130276 /keyboards/trainpad/info.json
parent420e35f9225d7f76e70d25e143311602145c1eb0 (diff)
[Keyboard] Added Support for trainpad (#20973)
* Added Support for trainpad added support for trainpad * corrected capitalisation corrected capitalisation * Update keyboards/trainpad/keymaps/via/keymap.c * Update keyboards/trainpad/info.json * Update keyboards/trainpad/keymaps/default/keymap.c * Update readme.md updated readme to remove handwire, and corrected number of keys * removed config.h, trainpad.c and trainpad.h removed config.h, trainpad.c and trainpad.h * updated readme upadted readme to correct capitalisation * Update keyboards/trainpad/info.json * Update keyboards/trainpad/info.json * Update keyboards/trainpad/rules.mk * updated Readme updated Readme * Update keyboards/trainpad/readme.md
Diffstat (limited to 'keyboards/trainpad/info.json')
-rw-r--r--keyboards/trainpad/info.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/keyboards/trainpad/info.json b/keyboards/trainpad/info.json
new file mode 100644
index 0000000000..99e71bb91a
--- /dev/null
+++ b/keyboards/trainpad/info.json
@@ -0,0 +1,36 @@
+{
+ "keyboard_name": "TrainPad",
+ "manufacturer": "Ananya Kirti",
+ "url": "",
+ "maintainer": "AnanyaKirti",
+ "usb": {
+ "vid": "0x416B",
+ "pid": "0x0003",
+ "device_version": "0.0.1"
+ },
+ "features": {
+ "bootmagic": true,
+ "mousekey": true,
+ "extrakey": true,
+ "console": false,
+ "command": false,
+ "nkro": false
+ },
+ "processor": "atmega32u2",
+ "bootloader": "atmel-dfu",
+ "matrix_pins": {
+ "direct": [
+ ["C5", "B3", "B4", "B5"],
+ ]
+ },
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"x": 0, "y": 0, "matrix": [0, 0]},
+ {"x": 1, "y": 0, "matrix": [0, 1]},
+ {"x": 2, "y": 0, "matrix": [0, 2]},
+ {"x": 3, "y": 0, "matrix": [0, 3]}
+ ]
+ }
+ }
+}