You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
2.4 KiB

  1. {
  2. "keyboard_name": "THE30",
  3. "manufacturer": "LazyDesigners",
  4. "url": "http://lazydesigners.cn",
  5. "maintainer": "Erovia",
  6. "usb": {
  7. "vid": "0x4C44",
  8. "pid": "0x0030",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "backlight": true,
  13. "bootmagic": true,
  14. "command": false,
  15. "console": false,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "nkro": true
  19. },
  20. "matrix_pins": {
  21. "cols": ["B1", "B2", "B3", "D4", "D6", "D7", "B4", "B5", "B6", "C6"],
  22. "rows": ["D0", "D1", "D2"]
  23. },
  24. "diode_direction": "COL2ROW",
  25. "backlight": {
  26. "pin": "B7"
  27. },
  28. "processor": "atmega32u4",
  29. "bootloader": "atmel-dfu",
  30. "community_layouts": ["ortho_3x10"],
  31. "layouts": {
  32. "LAYOUT_ortho_3x10": {
  33. "layout": [
  34. {"matrix": [0, 0], "x": 0, "y": 0},
  35. {"matrix": [0, 1], "x": 1, "y": 0},
  36. {"matrix": [0, 2], "x": 2, "y": 0},
  37. {"matrix": [0, 3], "x": 3, "y": 0},
  38. {"matrix": [0, 4], "x": 4, "y": 0},
  39. {"matrix": [0, 5], "x": 5, "y": 0},
  40. {"matrix": [0, 6], "x": 6, "y": 0},
  41. {"matrix": [0, 7], "x": 7, "y": 0},
  42. {"matrix": [0, 8], "x": 8, "y": 0},
  43. {"matrix": [0, 9], "x": 9, "y": 0},
  44. {"matrix": [1, 0], "x": 0, "y": 1},
  45. {"matrix": [1, 1], "x": 1, "y": 1},
  46. {"matrix": [1, 2], "x": 2, "y": 1},
  47. {"matrix": [1, 3], "x": 3, "y": 1},
  48. {"matrix": [1, 4], "x": 4, "y": 1},
  49. {"matrix": [1, 5], "x": 5, "y": 1},
  50. {"matrix": [1, 6], "x": 6, "y": 1},
  51. {"matrix": [1, 7], "x": 7, "y": 1},
  52. {"matrix": [1, 8], "x": 8, "y": 1},
  53. {"matrix": [1, 9], "x": 9, "y": 1},
  54. {"matrix": [2, 0], "x": 0, "y": 2},
  55. {"matrix": [2, 1], "x": 1, "y": 2},
  56. {"matrix": [2, 2], "x": 2, "y": 2},
  57. {"matrix": [2, 3], "x": 3, "y": 2},
  58. {"matrix": [2, 4], "x": 4, "y": 2},
  59. {"matrix": [2, 5], "x": 5, "y": 2},
  60. {"matrix": [2, 6], "x": 6, "y": 2},
  61. {"matrix": [2, 7], "x": 7, "y": 2},
  62. {"matrix": [2, 8], "x": 8, "y": 2},
  63. {"matrix": [2, 9], "x": 9, "y": 2}
  64. ]
  65. }
  66. }
  67. }