info.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "manufacturer": "Balloondog",
  3. "keyboard_name": "TR90PM",
  4. "maintainer": "balloondogcaps",
  5. "bootloader": "caterina",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "command": false,
  10. "console": false,
  11. "extrakey": true,
  12. "mousekey": true,
  13. "nkro": true
  14. },
  15. "matrix_pins": {
  16. "cols": ["D1", "D0", "D4"],
  17. "rows": ["C6", "D7", "E6"]
  18. },
  19. "processor": "atmega32u4",
  20. "url": "",
  21. "usb": {
  22. "device_version": "1.0.0",
  23. "pid": "0x0002",
  24. "vid": "0x4243"
  25. },
  26. "layout_aliases": {
  27. "LAYOUT": "LAYOUT_ortho_3x3"
  28. },
  29. "layouts": {
  30. "LAYOUT_ortho_3x3": {
  31. "layout": [
  32. { "matrix": [0, 0], "x": 0, "y": 0 },
  33. { "matrix": [0, 1], "x": 1, "y": 0 },
  34. { "matrix": [0, 2], "x": 2, "y": 0 },
  35. { "matrix": [1, 0], "x": 0, "y": 1 },
  36. { "matrix": [1, 1], "x": 1, "y": 1 },
  37. { "matrix": [1, 2], "x": 2, "y": 1 },
  38. { "matrix": [2, 0], "x": 0, "y": 2 },
  39. { "matrix": [2, 1], "x": 1, "y": 2 },
  40. { "matrix": [2, 2], "x": 2, "y": 2 }
  41. ]
  42. }
  43. }
  44. }