logo

qmk_firmware

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

keyboard.json (5209B)


  1. {
  2. "keyboard_name": "Krado66",
  3. "manufacturer": "Krado Industries",
  4. "url": "https://www.kradoindustries.com/",
  5. "maintainer": "Krado Industries",
  6. "usb": {
  7. "vid": "0x4B72",
  8. "pid": "0x6664",
  9. "device_version": "2.0.0"
  10. },
  11. "processor": "atmega32u4",
  12. "bootloader": "atmel-dfu",
  13. "features": {
  14. "bootmagic": true,
  15. "mousekey": true,
  16. "extrakey": true,
  17. "nkro": true,
  18. "encoder": true,
  19. "rgblight": true
  20. },
  21. "ws2812": {
  22. "pin": "B2"
  23. },
  24. "rgblight": {
  25. "led_count": 14,
  26. "sleep": true,
  27. "animations": {
  28. "alternating": true,
  29. "breathing": true,
  30. "christmas": true,
  31. "knight": true,
  32. "rainbow_mood": true,
  33. "rainbow_swirl": true,
  34. "rgb_test": true,
  35. "snake": true,
  36. "static_gradient": true,
  37. "twinkle": true
  38. }
  39. },
  40. "encoder": {
  41. "rotary": [
  42. { "pin_a": "B1", "pin_b": "B0" },
  43. { "pin_a": "D7", "pin_b": "D6" },
  44. { "pin_a": "F7", "pin_b": "F6" }
  45. ]
  46. },
  47. "diode_direction": "COL2ROW",
  48. "matrix_pins": {
  49. "cols": [ "C7", "B3", "D0", "D1", "D2", "D3", "D5", "D4"],
  50. "rows": [ "F5", "F4", "F1", "F0", "B7", "E6", "B4", "B5", "C6", "B6" ]
  51. },
  52. "layouts": {
  53. "LAYOUT": {
  54. "layout": [
  55. {"matrix": [0, 0], "x":0.25, "y":0},
  56. {"matrix": [1, 0], "x":1.25, "y":0},
  57. {"matrix": [0, 1], "x":2.25, "y":0},
  58. {"matrix": [1, 1], "x":3.25, "y":0},
  59. {"matrix": [0, 2], "x":4.25, "y":0},
  60. {"matrix": [1, 2], "x":5.25, "y":0},
  61. {"matrix": [0, 3], "x":6.25, "y":0},
  62. {"matrix": [1, 3], "x":7.25, "y":0},
  63. {"matrix": [0, 4], "x":8.25, "y":0},
  64. {"matrix": [1, 4], "x":9.25, "y":0},
  65. {"matrix": [0, 5], "x":10.25, "y":0},
  66. {"matrix": [1, 5], "x":11.25, "y":0},
  67. {"matrix": [0, 6], "x":12.25, "y":0},
  68. {"matrix": [1, 6], "x":13.25, "y":0},
  69. {"matrix": [0, 7], "x":14.25, "y":0},
  70. {"matrix": [1, 7], "x":15.25, "y":0},
  71. {"matrix": [3, 0], "x":0.75, "y":1, "w":1.5},
  72. {"matrix": [2, 1], "x":2.25, "y":1},
  73. {"matrix": [3, 1], "x":3.25, "y":1},
  74. {"matrix": [2, 2], "x":4.25, "y":1},
  75. {"matrix": [3, 2], "x":5.25, "y":1},
  76. {"matrix": [2, 3], "x":6.25, "y":1},
  77. {"matrix": [3, 3], "x":7.25, "y":1},
  78. {"matrix": [2, 4], "x":8.25, "y":1},
  79. {"matrix": [3, 4], "x":9.25, "y":1},
  80. {"matrix": [2, 5], "x":10.25, "y":1},
  81. {"matrix": [3, 5], "x":11.25, "y":1},
  82. {"matrix": [2, 6], "x":12.25, "y":1},
  83. {"matrix": [3, 6], "x":13.25, "y":1},
  84. {"matrix": [2, 7], "x":14.25, "y":1, "w":1.5},
  85. {"matrix": [5, 0], "x":0.5, "y":2, "w":1.75},
  86. {"matrix": [4, 1], "x":2.25, "y":2},
  87. {"matrix": [5, 1], "x":3.25, "y":2},
  88. {"matrix": [4, 2], "x":4.25, "y":2},
  89. {"matrix": [5, 2], "x":5.25, "y":2},
  90. {"matrix": [4, 3], "x":6.25, "y":2},
  91. {"matrix": [5, 3], "x":7.25, "y":2},
  92. {"matrix": [4, 4], "x":8.25, "y":2},
  93. {"matrix": [5, 4], "x":9.25, "y":2},
  94. {"matrix": [4, 5], "x":10.25, "y":2},
  95. {"matrix": [5, 5], "x":11.25, "y":2},
  96. {"matrix": [4, 6], "x":12.25, "y":2},
  97. {"matrix": [5, 6], "x":13.25, "y":2, "w":2.25},
  98. {"matrix": [7, 0], "x":0, "y":3, "w":2.25},
  99. {"matrix": [6, 1], "x":2.25, "y":3},
  100. {"matrix": [7, 1], "x":3.25, "y":3},
  101. {"matrix": [6, 2], "x":4.25, "y":3},
  102. {"matrix": [7, 2], "x":5.25, "y":3},
  103. {"matrix": [6, 3], "x":6.25, "y":3},
  104. {"matrix": [7, 3], "x":7.25, "y":3},
  105. {"matrix": [6, 4], "x":8.25, "y":3},
  106. {"matrix": [7, 4], "x":9.25, "y":3},
  107. {"matrix": [6, 5], "x":10.25, "y":3},
  108. {"matrix": [7, 5], "x":11.25, "y":3},
  109. {"matrix": [6, 6], "x":12.25, "y":3, "w":1.75},
  110. {"matrix": [6, 7], "x":14, "y":3},
  111. {"matrix": [7, 7], "x":15, "y":3},
  112. {"matrix": [8, 0], "x":0, "y":4, "w":1.25},
  113. {"matrix": [9, 0], "x":1.25, "y":4, "w":1.25},
  114. {"matrix": [8, 1], "x":2.5, "y":4, "w":1.25},
  115. {"matrix": [9, 2], "x":3.75, "y":4, "w":1.25},
  116. {"matrix": [8, 3], "x":5, "y":4, "w":2.25},
  117. {"matrix": [9, 4], "x":7.25, "y":4, "w":2.75},
  118. {"matrix": [8, 5], "x":10, "y":4},
  119. {"matrix": [9, 5], "x":11, "y":4},
  120. {"matrix": [8, 6], "x":12, "y":4},
  121. {"matrix": [9, 6], "x":13, "y":4},
  122. {"matrix": [8, 7], "x":14, "y":4},
  123. {"matrix": [9, 7], "x":15, "y":4}
  124. ]
  125. }
  126. }
  127. }