info.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "manufacturer": "Its TLeo",
  3. "keyboard_name": "ItsTleo9",
  4. "maintainer": "Its TLeo",
  5. "diode_direction": "COL2ROW",
  6. "features": {
  7. "bootmagic": true,
  8. "command": false,
  9. "console": false,
  10. "extrakey": true,
  11. "mousekey": true,
  12. "nkro": true
  13. },
  14. "url": "",
  15. "usb": {
  16. "device_version": "1.0.0",
  17. "pid": "0x0001",
  18. "vid": "0x4954"
  19. },
  20. "community_layouts": ["ortho_3x3"],
  21. "layouts": {
  22. "LAYOUT_ortho_3x3": {
  23. "layout": [
  24. { "matrix": [0, 0], "x": 0, "y": 0 },
  25. { "matrix": [0, 1], "x": 1, "y": 0 },
  26. { "matrix": [0, 2], "x": 2, "y": 0 },
  27. { "matrix": [1, 0], "x": 0, "y": 1 },
  28. { "matrix": [1, 1], "x": 1, "y": 1 },
  29. { "matrix": [1, 2], "x": 2, "y": 1 },
  30. { "matrix": [2, 0], "x": 0, "y": 2 },
  31. { "matrix": [2, 1], "x": 1, "y": 2 },
  32. { "matrix": [2, 2], "x": 2, "y": 2 }
  33. ]
  34. }
  35. }
  36. }