keyboard.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "keyboard_name": "Lets Split Eh?",
  3. "manufacturer": "That-Canadian",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0xE401",
  9. "device_version": "1.0.0"
  10. },
  11. "matrix_pins": {
  12. "cols": ["F4", "F5", "C6", "B6", "B5", "D5"],
  13. "rows": ["B1", "B3", "D7", "B4"]
  14. },
  15. "diode_direction": "COL2ROW",
  16. "backlight": {
  17. "pin": "B7"
  18. },
  19. "rgblight": {
  20. "led_count": 12,
  21. "split_count": [6, 6],
  22. "sleep": true,
  23. "animations": {
  24. "breathing": true,
  25. "rainbow_mood": true,
  26. "rainbow_swirl": true,
  27. "snake": true,
  28. "knight": true,
  29. "christmas": true,
  30. "static_gradient": true,
  31. "rgb_test": true,
  32. "alternating": true,
  33. "twinkle": true
  34. }
  35. },
  36. "ws2812": {
  37. "pin": "B2"
  38. },
  39. "split": {
  40. "enabled": true,
  41. "handedness": {
  42. "pin": "D3"
  43. },
  44. "serial": {
  45. "pin": "D0"
  46. }
  47. },
  48. "processor": "atmega32u4",
  49. "bootloader": "atmel-dfu",
  50. "features": {
  51. "bootmagic": true,
  52. "mousekey": false,
  53. "extrakey": true,
  54. "nkro": true,
  55. "backlight": true,
  56. "rgblight": true
  57. },
  58. "community_layouts": ["ortho_4x12"],
  59. "layout_aliases": {
  60. "LAYOUT": "LAYOUT_ortho_4x12"
  61. },
  62. "layouts": {
  63. "LAYOUT_ortho_4x12": {
  64. "layout": [
  65. {"matrix": [0, 0], "x": 0, "y": 0},
  66. {"matrix": [0, 1], "x": 1, "y": 0},
  67. {"matrix": [0, 2], "x": 2, "y": 0},
  68. {"matrix": [0, 3], "x": 3, "y": 0},
  69. {"matrix": [0, 4], "x": 4, "y": 0},
  70. {"matrix": [0, 5], "x": 5, "y": 0},
  71. {"matrix": [4, 0], "x": 7, "y": 0},
  72. {"matrix": [4, 1], "x": 8, "y": 0},
  73. {"matrix": [4, 2], "x": 9, "y": 0},
  74. {"matrix": [4, 3], "x": 10, "y": 0},
  75. {"matrix": [4, 4], "x": 11, "y": 0},
  76. {"matrix": [4, 5], "x": 12, "y": 0},
  77. {"matrix": [1, 0], "x": 0, "y": 1},
  78. {"matrix": [1, 1], "x": 1, "y": 1},
  79. {"matrix": [1, 2], "x": 2, "y": 1},
  80. {"matrix": [1, 3], "x": 3, "y": 1},
  81. {"matrix": [1, 4], "x": 4, "y": 1},
  82. {"matrix": [1, 5], "x": 5, "y": 1},
  83. {"matrix": [5, 0], "x": 7, "y": 1},
  84. {"matrix": [5, 1], "x": 8, "y": 1},
  85. {"matrix": [5, 2], "x": 9, "y": 1},
  86. {"matrix": [5, 3], "x": 10, "y": 1},
  87. {"matrix": [5, 4], "x": 11, "y": 1},
  88. {"matrix": [5, 5], "x": 12, "y": 1},
  89. {"matrix": [2, 0], "x": 0, "y": 2},
  90. {"matrix": [2, 1], "x": 1, "y": 2},
  91. {"matrix": [2, 2], "x": 2, "y": 2},
  92. {"matrix": [2, 3], "x": 3, "y": 2},
  93. {"matrix": [2, 4], "x": 4, "y": 2},
  94. {"matrix": [2, 5], "x": 5, "y": 2},
  95. {"matrix": [6, 0], "x": 7, "y": 2},
  96. {"matrix": [6, 1], "x": 8, "y": 2},
  97. {"matrix": [6, 2], "x": 9, "y": 2},
  98. {"matrix": [6, 3], "x": 10, "y": 2},
  99. {"matrix": [6, 4], "x": 11, "y": 2},
  100. {"matrix": [6, 5], "x": 12, "y": 2},
  101. {"matrix": [3, 0], "x": 0, "y": 3},
  102. {"matrix": [3, 1], "x": 1, "y": 3},
  103. {"matrix": [3, 2], "x": 2, "y": 3},
  104. {"matrix": [3, 3], "x": 3, "y": 3},
  105. {"matrix": [3, 4], "x": 4, "y": 3},
  106. {"matrix": [3, 5], "x": 5, "y": 3},
  107. {"matrix": [7, 0], "x": 7, "y": 3},
  108. {"matrix": [7, 1], "x": 8, "y": 3},
  109. {"matrix": [7, 2], "x": 9, "y": 3},
  110. {"matrix": [7, 3], "x": 10, "y": 3},
  111. {"matrix": [7, 4], "x": 11, "y": 3},
  112. {"matrix": [7, 5], "x": 12, "y": 3}
  113. ]
  114. }
  115. }
  116. }