keyboard.json 843 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "keyboard_name": "TrainPad",
  3. "manufacturer": "Ananya Kirti",
  4. "url": "",
  5. "maintainer": "AnanyaKirti",
  6. "usb": {
  7. "vid": "0x416B",
  8. "pid": "0x0003",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "mousekey": true,
  14. "extrakey": true,
  15. "console": false,
  16. "command": false,
  17. "nkro": false
  18. },
  19. "processor": "atmega32u2",
  20. "bootloader": "atmel-dfu",
  21. "matrix_pins": {
  22. "direct": [
  23. ["C5", "B3", "B4", "B5"]
  24. ]
  25. },
  26. "layouts": {
  27. "LAYOUT": {
  28. "layout": [
  29. {"x": 0, "y": 0, "matrix": [0, 0]},
  30. {"x": 1, "y": 0, "matrix": [0, 1]},
  31. {"x": 2, "y": 0, "matrix": [0, 2]},
  32. {"x": 3, "y": 0, "matrix": [0, 3]}
  33. ]
  34. }
  35. }
  36. }