keyboard.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "manufacturer": "takashicompany",
  3. "keyboard_name": "Ejectix",
  4. "maintainer": "takashicompany",
  5. "development_board": "promicro",
  6. "diode_direction": "COL2ROW",
  7. "dynamic_keymap": {
  8. "layer_count": 11
  9. },
  10. "features": {
  11. "bootmagic": true,
  12. "command": false,
  13. "console": false,
  14. "extrakey": true,
  15. "mousekey": true,
  16. "nkro": true,
  17. "rgblight": true
  18. },
  19. "matrix_pins": {
  20. "cols": ["D4", "C6", "D7", "E6", "B4", "B5"],
  21. "rows": ["F4", "F5", "F6", "F7", "B1", "B3"]
  22. },
  23. "rgblight": {
  24. "animations": {
  25. "alternating": true,
  26. "breathing": true,
  27. "christmas": true,
  28. "knight": true,
  29. "rainbow_mood": true,
  30. "rainbow_swirl": true,
  31. "rgb_test": true,
  32. "snake": true,
  33. "static_gradient": true,
  34. "twinkle": true
  35. },
  36. "led_count": 11,
  37. "sleep": true
  38. },
  39. "url": "",
  40. "usb": {
  41. "device_version": "1.0.0",
  42. "pid": "0x0049",
  43. "vid": "0x7463"
  44. },
  45. "ws2812": {
  46. "pin": "D3"
  47. },
  48. "layouts": {
  49. "LAYOUT": {
  50. "layout": [
  51. {"matrix": [0, 0], "x": 0, "y": 0},
  52. {"matrix": [0, 3], "x": 1, "y": 0},
  53. {"matrix": [1, 0], "x": 2, "y": 0},
  54. {"matrix": [1, 3], "x": 3, "y": 0},
  55. {"matrix": [2, 0], "x": 4, "y": 0},
  56. {"matrix": [2, 3], "x": 5, "y": 0},
  57. {"matrix": [3, 0], "x": 6, "y": 0},
  58. {"matrix": [3, 3], "x": 7, "y": 0},
  59. {"matrix": [4, 0], "x": 8, "y": 0},
  60. {"matrix": [4, 3], "x": 9, "y": 0},
  61. {"matrix": [4, 5], "x": 10, "y": 0},
  62. {"matrix": [0, 1], "x": 0.5, "y": 1},
  63. {"matrix": [0, 4], "x": 1.5, "y": 1},
  64. {"matrix": [1, 1], "x": 2.5, "y": 1},
  65. {"matrix": [1, 4], "x": 3.5, "y": 1},
  66. {"matrix": [2, 1], "x": 4.5, "y": 1},
  67. {"matrix": [2, 4], "x": 5.5, "y": 1},
  68. {"matrix": [3, 1], "x": 6.5, "y": 1},
  69. {"matrix": [3, 4], "x": 7.5, "y": 1},
  70. {"matrix": [4, 1], "x": 8.5, "y": 1},
  71. {"matrix": [4, 4], "x": 9.5, "y": 1},
  72. {"matrix": [0, 2], "x": 1, "y": 2},
  73. {"matrix": [0, 5], "x": 2, "y": 2},
  74. {"matrix": [1, 2], "x": 3, "y": 2},
  75. {"matrix": [1, 5], "x": 4, "y": 2},
  76. {"matrix": [2, 2], "x": 5, "y": 2},
  77. {"matrix": [2, 5], "x": 6, "y": 2},
  78. {"matrix": [3, 2], "x": 7, "y": 2},
  79. {"matrix": [3, 5], "x": 8, "y": 2},
  80. {"matrix": [4, 2], "x": 9, "y": 2},
  81. {"matrix": [5, 0], "x": 1.75, "y": 3},
  82. {"matrix": [5, 1], "x": 3, "y": 3},
  83. {"matrix": [5, 2], "x": 4.25, "y": 3},
  84. {"matrix": [5, 3], "x": 5.5, "y": 3},
  85. {"matrix": [5, 4], "x": 6.75, "y": 3},
  86. {"matrix": [5, 5], "x": 8, "y": 3}
  87. ]
  88. }
  89. }
  90. }