keyboard.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "keyboard_name": "splitcustom44",
  3. "manufacturer": "Samux6146",
  4. "url": "",
  5. "maintainer": "Samux6146",
  6. "usb": {
  7. "vid": "0xB62C",
  8. "pid": "0x6146",
  9. "device_version": "0.0.1"
  10. },
  11. "rgblight": {
  12. "saturation_steps": 8,
  13. "brightness_steps": 8,
  14. "led_count": 42,
  15. "sleep": true,
  16. "animations": {
  17. "breathing": true,
  18. "rainbow_mood": true,
  19. "rainbow_swirl": true,
  20. "snake": true,
  21. "knight": true,
  22. "christmas": true,
  23. "static_gradient": true,
  24. "rgb_test": true,
  25. "alternating": true,
  26. "twinkle": true
  27. }
  28. },
  29. "ws2812": {
  30. "pin": "C4"
  31. },
  32. "features": {
  33. "bootmagic": true,
  34. "command": false,
  35. "console": false,
  36. "extrakey": true,
  37. "mousekey": true,
  38. "nkro": false,
  39. "rgblight": true
  40. },
  41. "matrix_pins": {
  42. "cols": ["B6", "B5", "B4", "D2", "C0", "C1", "F5", "F4", "F3", "F2", "F1", "F0"],
  43. "rows": ["D4", "D5", "D6", "D7"]
  44. },
  45. "diode_direction": "COL2ROW",
  46. "processor": "at90usb1286",
  47. "bootloader": "atmel-dfu",
  48. "layouts": {
  49. "LAYOUT": {
  50. "layout": [
  51. {"matrix": [0, 0], "x": 0, "y": 0.375},
  52. {"matrix": [0, 1], "x": 1, "y": 0.375},
  53. {"matrix": [0, 2], "x": 2, "y": 0.125},
  54. {"matrix": [0, 3], "x": 3, "y": 0},
  55. {"matrix": [0, 4], "x": 4, "y": 0.125},
  56. {"matrix": [0, 5], "x": 5, "y": 0.25},
  57. {"matrix": [0, 6], "x": 7, "y": 0.25},
  58. {"matrix": [0, 7], "x": 8, "y": 0.125},
  59. {"matrix": [0, 8], "x": 9, "y": 0},
  60. {"matrix": [0, 9], "x": 10, "y": 0.125},
  61. {"matrix": [0, 10], "x": 11, "y": 0.375},
  62. {"matrix": [0, 11], "x": 12, "y": 0.375},
  63. {"matrix": [1, 0], "x": 0, "y": 1.375},
  64. {"matrix": [1, 1], "x": 1, "y": 1.375},
  65. {"matrix": [1, 2], "x": 2, "y": 1.125},
  66. {"matrix": [1, 3], "x": 3, "y": 1},
  67. {"matrix": [1, 4], "x": 4, "y": 1.125},
  68. {"matrix": [1, 5], "x": 5, "y": 1.25},
  69. {"matrix": [1, 6], "x": 7, "y": 1.25},
  70. {"matrix": [1, 7], "x": 8, "y": 1.125},
  71. {"matrix": [1, 8], "x": 9, "y": 1},
  72. {"matrix": [1, 9], "x": 10, "y": 1.125},
  73. {"matrix": [1, 10], "x": 11, "y": 1.375},
  74. {"matrix": [1, 11], "x": 12, "y": 1.375},
  75. {"matrix": [2, 0], "x": 0, "y": 2.375},
  76. {"matrix": [2, 1], "x": 1, "y": 2.375},
  77. {"matrix": [2, 2], "x": 2, "y": 2.125},
  78. {"matrix": [2, 3], "x": 3, "y": 2},
  79. {"matrix": [2, 4], "x": 4, "y": 2.125},
  80. {"matrix": [2, 5], "x": 5, "y": 2.25},
  81. {"matrix": [2, 6], "x": 7, "y": 2.25},
  82. {"matrix": [2, 7], "x": 8, "y": 2.125},
  83. {"matrix": [2, 8], "x": 9, "y": 2},
  84. {"matrix": [2, 9], "x": 10, "y": 2.125},
  85. {"matrix": [2, 10], "x": 11, "y": 2.375},
  86. {"matrix": [2, 11], "x": 12, "y": 2.375},
  87. {"matrix": [3, 2], "x": 2, "y": 3.125},
  88. {"matrix": [3, 3], "x": 3, "y": 3},
  89. {"matrix": [3, 4], "x": 4, "y": 3.5},
  90. {"matrix": [3, 5], "x": 5, "y": 3.75},
  91. {"matrix": [3, 6], "x": 7, "y": 3.75},
  92. {"matrix": [3, 7], "x": 8, "y": 3.5},
  93. {"matrix": [3, 8], "x": 9, "y": 3},
  94. {"matrix": [3, 9], "x": 10, "y": 3.125}
  95. ]
  96. }
  97. }
  98. }