keyboard.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "keyboard_name": "elephant42",
  3. "manufacturer": "illness072",
  4. "url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/elephant42",
  5. "maintainer": "illness072",
  6. "usb": {
  7. "vid": "0x4649",
  8. "pid": "0x0721",
  9. "device_version": "0.0.1"
  10. },
  11. "rgb_matrix": {
  12. "driver": "ws2812",
  13. "sat_steps": 8,
  14. "val_steps": 8,
  15. "speed_steps": 8,
  16. "max_brightness": 170,
  17. "split_count": [27, 27]
  18. },
  19. "rgblight": {
  20. "saturation_steps": 8,
  21. "brightness_steps": 8,
  22. "led_count": 54,
  23. "max_brightness": 170,
  24. "split_count": [27, 27],
  25. "animations": {
  26. "breathing": true,
  27. "rainbow_mood": true,
  28. "rainbow_swirl": true,
  29. "snake": true,
  30. "knight": true,
  31. "christmas": true,
  32. "static_gradient": true,
  33. "rgb_test": true,
  34. "alternating": true,
  35. "twinkle": true
  36. }
  37. },
  38. "matrix_pins": {
  39. "cols": ["F4", "F5", "F6", "F7", "B1", "B3"],
  40. "rows": ["D4", "C6", "D7", "E6"]
  41. },
  42. "diode_direction": "COL2ROW",
  43. "split": {
  44. "enabled": true,
  45. "soft_serial_pin": "D2",
  46. "transport": {
  47. "sync": {
  48. "matrix_state": true
  49. }
  50. }
  51. },
  52. "ws2812": {
  53. "pin": "D3"
  54. },
  55. "processor": "atmega32u4",
  56. "bootloader": "caterina",
  57. "features": {
  58. "bootmagic": true,
  59. "mousekey": false,
  60. "extrakey": true,
  61. "rgb_matrix": true,
  62. "oled": true
  63. },
  64. "build": {
  65. "lto": true
  66. },
  67. "layouts": {
  68. "LAYOUT": {
  69. "layout": [
  70. {"matrix": [0, 0], "x": 0, "y": 1.6},
  71. {"matrix": [0, 1], "x": 1, "y": 1.1},
  72. {"matrix": [0, 2], "x": 2, "y": 0.3},
  73. {"matrix": [0, 3], "x": 3, "y": 0},
  74. {"matrix": [0, 4], "x": 4, "y": 0.6},
  75. {"matrix": [0, 5], "x": 5, "y": 0.8},
  76. {"matrix": [4, 5], "x": 10.5, "y": 0.8},
  77. {"matrix": [4, 4], "x": 11.5, "y": 0.6},
  78. {"matrix": [4, 3], "x": 12.5, "y": 0},
  79. {"matrix": [4, 2], "x": 13.5, "y": 0.3},
  80. {"matrix": [4, 1], "x": 14.5, "y": 1.1},
  81. {"matrix": [4, 0], "x": 15.5, "y": 1.6},
  82. {"matrix": [1, 0], "x": 0, "y": 2.6},
  83. {"matrix": [1, 1], "x": 1, "y": 2.1},
  84. {"matrix": [1, 2], "x": 2, "y": 1.3},
  85. {"matrix": [1, 3], "x": 3, "y": 1},
  86. {"matrix": [1, 4], "x": 4, "y": 1.6},
  87. {"matrix": [1, 5], "x": 5, "y": 1.8},
  88. {"matrix": [5, 5], "x": 10.5, "y": 1.8},
  89. {"matrix": [5, 4], "x": 11.5, "y": 1.6},
  90. {"matrix": [5, 3], "x": 12.5, "y": 1},
  91. {"matrix": [5, 2], "x": 13.5, "y": 1.3},
  92. {"matrix": [5, 1], "x": 14.5, "y": 2.1},
  93. {"matrix": [5, 0], "x": 15.5, "y": 2.6},
  94. {"matrix": [2, 1], "x": 1, "y": 3.1},
  95. {"matrix": [2, 2], "x": 2, "y": 2.3},
  96. {"matrix": [2, 3], "x": 3, "y": 2},
  97. {"matrix": [2, 4], "x": 4, "y": 2.6},
  98. {"matrix": [2, 5], "x": 5, "y": 2.8},
  99. {"matrix": [6, 5], "x": 10.5, "y": 2.8},
  100. {"matrix": [6, 4], "x": 11.5, "y": 2.6},
  101. {"matrix": [6, 3], "x": 12.5, "y": 2},
  102. {"matrix": [6, 2], "x": 13.5, "y": 2.3},
  103. {"matrix": [6, 1], "x": 14.5, "y": 3.1},
  104. {"matrix": [3, 2], "x": 3.5, "y": 4},
  105. {"matrix": [3, 3], "x": 4.5, "y": 4},
  106. {"matrix": [3, 4], "x": 5.5, "y": 4},
  107. {"matrix": [3, 5], "x": 6.5, "y": 4},
  108. {"matrix": [7, 5], "x": 9.25, "y": 4},
  109. {"matrix": [7, 4], "x": 10.25, "y": 4},
  110. {"matrix": [7, 3], "x": 11.25, "y": 4},
  111. {"matrix": [7, 2], "x": 12.25, "y": 4}
  112. ]
  113. }
  114. }
  115. }