logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (3885B)


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