logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (3677B)


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