logo

qmk_firmware

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

keyboard.json (3694B)


  1. {
  2. "keyboard_name": "DracuLad",
  3. "manufacturer": "MangoIV",
  4. "maintainer": "MangoIV",
  5. "usb": {
  6. "vid": "0xFEED",
  7. "pid": "0x1B1E",
  8. "device_version": "0.0.1"
  9. },
  10. "rgblight": {
  11. "saturation_steps": 8,
  12. "brightness_steps": 8,
  13. "led_count": 10,
  14. "sleep": true,
  15. "split": true,
  16. "animations": {
  17. "breathing": true,
  18. "rainbow_mood": true,
  19. "rainbow_swirl": true,
  20. "static_gradient": true
  21. }
  22. },
  23. "ws2812": {
  24. "pin": "D3"
  25. },
  26. "matrix_pins": {
  27. "cols": ["F4", "F5", "F6", "F7", "B1"],
  28. "rows": ["D4", "C6", "D7", "E6"]
  29. },
  30. "diode_direction": "COL2ROW",
  31. "encoder": {
  32. "rotary": [
  33. {"pin_a": "B2", "pin_b": "B6"},
  34. {"pin_a": "B4", "pin_b": "B5"}
  35. ]
  36. },
  37. "split": {
  38. "enabled": true,
  39. "encoder": {
  40. "right": {
  41. "rotary": [
  42. {"pin_a": "B2", "pin_b": "B6", "resolution": 4},
  43. {"pin_a": "B4", "pin_b": "B5", "resolution": 1}
  44. ]
  45. }
  46. },
  47. "serial": {
  48. "pin": "D2"
  49. }
  50. },
  51. "processor": "atmega32u4",
  52. "bootloader": "caterina",
  53. "features": {
  54. "bootmagic": false,
  55. "mousekey": true,
  56. "extrakey": true,
  57. "nkro": true,
  58. "rgblight": true,
  59. "oled": true,
  60. "wpm": true,
  61. "encoder": true
  62. },
  63. "build": {
  64. "lto": true
  65. },
  66. "layouts": {
  67. "LAYOUT": {
  68. "layout": [
  69. {"matrix": [0, 0], "x": 0, "y": 1},
  70. {"matrix": [0, 1], "x": 1, "y": 0.35},
  71. {"matrix": [0, 2], "x": 2, "y": 0},
  72. {"matrix": [0, 3], "x": 3, "y": 0.35},
  73. {"matrix": [0, 4], "x": 4, "y": 0.5},
  74. {"matrix": [4, 4], "x": 8, "y": 0.5},
  75. {"matrix": [4, 3], "x": 9, "y": 0.35},
  76. {"matrix": [4, 2], "x": 10, "y": 0},
  77. {"matrix": [4, 1], "x": 11, "y": 0.35},
  78. {"matrix": [4, 0], "x": 12, "y": 1},
  79. {"matrix": [1, 0], "x": 0, "y": 2},
  80. {"matrix": [1, 1], "x": 1, "y": 1.35},
  81. {"matrix": [1, 2], "x": 2, "y": 1},
  82. {"matrix": [1, 3], "x": 3, "y": 1.35},
  83. {"matrix": [1, 4], "x": 4, "y": 1.5},
  84. {"matrix": [5, 4], "x": 8, "y": 1.5},
  85. {"matrix": [5, 3], "x": 9, "y": 1.35},
  86. {"matrix": [5, 2], "x": 10, "y": 1},
  87. {"matrix": [5, 1], "x": 11, "y": 1.35},
  88. {"matrix": [5, 0], "x": 12, "y": 2},
  89. {"matrix": [2, 0], "x": 0, "y": 3},
  90. {"matrix": [2, 1], "x": 1, "y": 2.35},
  91. {"matrix": [2, 2], "x": 2, "y": 2},
  92. {"matrix": [2, 3], "x": 3, "y": 2.35},
  93. {"matrix": [2, 4], "x": 4, "y": 2.5},
  94. {"matrix": [6, 4], "x": 8, "y": 2.5},
  95. {"matrix": [6, 3], "x": 9, "y": 2.35},
  96. {"matrix": [6, 2], "x": 10, "y": 2},
  97. {"matrix": [6, 1], "x": 11, "y": 2.35},
  98. {"matrix": [6, 0], "x": 12, "y": 3},
  99. {"matrix": [3, 1], "x": 4.25, "y": 3.5},
  100. {"matrix": [7, 1], "x": 7.75, "y": 3.5},
  101. {"matrix": [3, 2], "x": 3, "y": 4.5},
  102. {"matrix": [3, 3], "x": 4, "y": 4.5},
  103. {"matrix": [3, 4], "x": 5, "y": 4.5},
  104. {"matrix": [7, 4], "x": 7, "y": 4.5},
  105. {"matrix": [7, 3], "x": 8, "y": 4.5},
  106. {"matrix": [7, 2], "x": 9, "y": 4.5}
  107. ]
  108. }
  109. }
  110. }