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.

101 lines
3.8 KiB

  1. {
  2. "keyboard_name": "Treadstone48",
  3. "manufacturer": "marksard",
  4. "url": "https://github.com/marksard/Keyboards",
  5. "maintainer": "marksard",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0xDFA3",
  9. "device_version": "0.2.0"
  10. },
  11. "ws2812": {
  12. "pin": "D3"
  13. },
  14. "rgblight": {
  15. "saturation_steps": 8,
  16. "brightness_steps": 8,
  17. "led_count": 12,
  18. "max_brightness": 220,
  19. "sleep": true,
  20. "animations": {
  21. "rainbow_mood": true,
  22. "rainbow_swirl": true,
  23. "knight": true,
  24. "static_gradient": true
  25. }
  26. },
  27. "matrix_pins": {
  28. "cols": ["D4", "C6", "D7", "E6", "B4", "B5"],
  29. "rows": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "B6"]
  30. },
  31. "diode_direction": "COL2ROW",
  32. "processor": "atmega32u4",
  33. "bootloader": "caterina",
  34. "features": {
  35. "bootmagic": false,
  36. "mousekey": true,
  37. "extrakey": false,
  38. "rgblight": true,
  39. "oled": true
  40. },
  41. "layout_aliases": {
  42. "LAYOUT_full": "LAYOUT_base"
  43. },
  44. "layouts": {
  45. "LAYOUT_base": {
  46. "layout": [
  47. {"matrix": [4, 5], "x": 1, "y": 0},
  48. {"matrix": [4, 4], "x": 2.25, "y": 0},
  49. {"matrix": [4, 3], "x": 3.25, "y": 0},
  50. {"matrix": [4, 2], "x": 4.25, "y": 0},
  51. {"matrix": [4, 1], "x": 5.25, "y": 0},
  52. {"matrix": [4, 0], "x": 6.25, "y": 0},
  53. {"matrix": [0, 5], "x": 7.75, "y": 0},
  54. {"matrix": [0, 4], "x": 8.75, "y": 0},
  55. {"matrix": [0, 3], "x": 9.75, "y": 0},
  56. {"matrix": [0, 2], "x": 10.75, "y": 0},
  57. {"matrix": [0, 1], "x": 11.75, "y": 0},
  58. {"matrix": [0, 0], "x": 12.75, "y": 0, "w": 2},
  59. {"matrix": [5, 5], "x": 1, "y": 1, "w": 1.5},
  60. {"matrix": [5, 4], "x": 2.5, "y": 1},
  61. {"matrix": [5, 3], "x": 3.5, "y": 1},
  62. {"matrix": [5, 2], "x": 4.5, "y": 1},
  63. {"matrix": [5, 1], "x": 5.5, "y": 1},
  64. {"matrix": [5, 0], "x": 6.5, "y": 1},
  65. {"matrix": [1, 5], "x": 7.5, "y": 1},
  66. {"matrix": [1, 4], "x": 8.5, "y": 1},
  67. {"matrix": [1, 3], "x": 9.5, "y": 1},
  68. {"matrix": [1, 2], "x": 10.5, "y": 1},
  69. {"matrix": [1, 1], "x": 11.5, "y": 1},
  70. {"matrix": [1, 0], "x": 12.5, "y": 1, "w": 2.25},
  71. {"matrix": [6, 5], "x": 0, "y": 2, "w": 2.25},
  72. {"matrix": [6, 4], "x": 2.25, "y": 2},
  73. {"matrix": [6, 3], "x": 3.25, "y": 2},
  74. {"matrix": [6, 2], "x": 4.25, "y": 2},
  75. {"matrix": [6, 1], "x": 5.25, "y": 2},
  76. {"matrix": [6, 0], "x": 6.25, "y": 2},
  77. {"matrix": [2, 5], "x": 7.75, "y": 2},
  78. {"matrix": [2, 4], "x": 8.75, "y": 2},
  79. {"matrix": [2, 3], "x": 9.75, "y": 2},
  80. {"matrix": [2, 2], "x": 10.75, "y": 2},
  81. {"matrix": [2, 1], "x": 11.75, "y": 2},
  82. {"matrix": [2, 0], "x": 12.75, "y": 2},
  83. {"matrix": [7, 5], "x": 0.75, "y": 3, "w": 1.25},
  84. {"matrix": [7, 4], "x": 2, "y": 3, "w": 1.25},
  85. {"matrix": [7, 3], "x": 3.25, "y": 3, "w": 1.25},
  86. {"matrix": [7, 2], "x": 4.5, "y": 3},
  87. {"matrix": [7, 1], "x": 5.5, "y": 3, "w": 2},
  88. {"matrix": [7, 0], "x": 7.5, "y": 3, "w": 2},
  89. {"matrix": [3, 5], "x": 9.5, "y": 3},
  90. {"matrix": [3, 4], "x": 10.5, "y": 3, "w": 1.25},
  91. {"matrix": [3, 3], "x": 11.75, "y": 3},
  92. {"matrix": [3, 2], "x": 12.75, "y": 3},
  93. {"matrix": [3, 1], "x": 13.75, "y": 3},
  94. {"matrix": [3, 0], "x": 13.75, "y": 2}
  95. ]
  96. }
  97. }
  98. }