keyboard.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "keyboard_name": "Tris",
  3. "manufacturer": "TGR",
  4. "url": "",
  5. "maintainer": "halfenergized",
  6. "usb": {
  7. "vid": "0x5447",
  8. "pid": "0x5452",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "backlight": true,
  13. "bootmagic": false,
  14. "command": true,
  15. "console": false,
  16. "extrakey": true,
  17. "mousekey": false,
  18. "nkro": false,
  19. "rgblight": true
  20. },
  21. "matrix_pins": {
  22. "cols": ["A3", "A2", "A1", "A0"],
  23. "rows": ["B0", "B1", "B2", "B3", "B4", "B5"]
  24. },
  25. "diode_direction": "COL2ROW",
  26. "backlight": {
  27. "pin": "D4"
  28. },
  29. "rgblight": {
  30. "led_count": 6,
  31. "animations": {
  32. "breathing": true,
  33. "rainbow_mood": true,
  34. "rainbow_swirl": true,
  35. "snake": true,
  36. "knight": true,
  37. "christmas": true,
  38. "static_gradient": true,
  39. "rgb_test": true,
  40. "alternating": true,
  41. "twinkle": true
  42. }
  43. },
  44. "ws2812": {
  45. "driver": "i2c"
  46. },
  47. "indicators": {
  48. "num_lock": "D0"
  49. },
  50. "processor": "atmega32a",
  51. "bootloader": "bootloadhid",
  52. "community_layouts": ["numpad_6x4", "ortho_6x4"],
  53. "layouts": {
  54. "LAYOUT_ortho_6x4": {
  55. "layout": [
  56. {"matrix": [0, 0], "x": 0, "y": 0},
  57. {"matrix": [0, 1], "x": 1, "y": 0},
  58. {"matrix": [0, 2], "x": 2, "y": 0},
  59. {"matrix": [0, 3], "x": 3, "y": 0},
  60. {"matrix": [1, 0], "x": 0, "y": 1.25},
  61. {"matrix": [1, 1], "x": 1, "y": 1.25},
  62. {"matrix": [1, 2], "x": 2, "y": 1.25},
  63. {"matrix": [1, 3], "x": 3, "y": 1.25},
  64. {"matrix": [2, 0], "x": 0, "y": 2.25},
  65. {"matrix": [2, 1], "x": 1, "y": 2.25},
  66. {"matrix": [2, 2], "x": 2, "y": 2.25},
  67. {"matrix": [2, 3], "x": 3, "y": 2.25},
  68. {"matrix": [3, 0], "x": 0, "y": 3.25},
  69. {"matrix": [3, 1], "x": 1, "y": 3.25},
  70. {"matrix": [3, 2], "x": 2, "y": 3.25},
  71. {"matrix": [3, 3], "x": 3, "y": 3.25},
  72. {"matrix": [4, 0], "x": 0, "y": 4.25},
  73. {"matrix": [4, 1], "x": 1, "y": 4.25},
  74. {"matrix": [4, 2], "x": 2, "y": 4.25},
  75. {"matrix": [4, 3], "x": 3, "y": 4.25},
  76. {"matrix": [5, 0], "x": 0, "y": 5.25},
  77. {"matrix": [5, 1], "x": 1, "y": 5.25},
  78. {"matrix": [5, 2], "x": 2, "y": 5.25},
  79. {"matrix": [5, 3], "x": 3, "y": 5.25}
  80. ]
  81. },
  82. "LAYOUT_numpad_6x4": {
  83. "layout": [
  84. {"matrix": [0, 0], "x": 0, "y": 0},
  85. {"matrix": [0, 1], "x": 1, "y": 0},
  86. {"matrix": [0, 2], "x": 2, "y": 0},
  87. {"matrix": [0, 3], "x": 3, "y": 0},
  88. {"matrix": [1, 0], "x": 0, "y": 1.25},
  89. {"matrix": [1, 1], "x": 1, "y": 1.25},
  90. {"matrix": [1, 2], "x": 2, "y": 1.25},
  91. {"matrix": [1, 3], "x": 3, "y": 1.25},
  92. {"matrix": [2, 0], "x": 0, "y": 2.25},
  93. {"matrix": [2, 1], "x": 1, "y": 2.25},
  94. {"matrix": [2, 2], "x": 2, "y": 2.25},
  95. {"matrix": [3, 0], "x": 0, "y": 3.25},
  96. {"matrix": [3, 1], "x": 1, "y": 3.25},
  97. {"matrix": [3, 2], "x": 2, "y": 3.25},
  98. {"matrix": [3, 3], "x": 3, "y": 2.25, "h": 2},
  99. {"matrix": [4, 0], "x": 0, "y": 4.25},
  100. {"matrix": [4, 1], "x": 1, "y": 4.25},
  101. {"matrix": [4, 2], "x": 2, "y": 4.25},
  102. {"matrix": [5, 0], "x": 0, "y": 5.25, "w": 2},
  103. {"matrix": [5, 2], "x": 2, "y": 5.25},
  104. {"matrix": [4, 3], "x": 3, "y": 4.25, "h": 2}
  105. ]
  106. }
  107. }
  108. }