logo

qmk_firmware

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

keyboard.json (4680B)


  1. {
  2. "keyboard_name": "Hub20",
  3. "manufacturer": "Josh Johnson",
  4. "url": "https://github.com/joshajohnson/hub20",
  5. "maintainer": "joshajohnson",
  6. "usb": {
  7. "vid": "0x6A6A",
  8. "pid": "0x4414",
  9. "device_version": "0.0.1"
  10. },
  11. "rgb_matrix": {
  12. "animations": {
  13. "gradient_up_down": true,
  14. "gradient_left_right": true,
  15. "breathing": true,
  16. "cycle_left_right": true,
  17. "cycle_up_down": true,
  18. "raindrops": true,
  19. "jellybean_raindrops": true,
  20. "hue_breathing": true,
  21. "hue_pendulum": true,
  22. "hue_wave": true,
  23. "pixel_rain": true,
  24. "pixel_flow": true,
  25. "pixel_fractal": true,
  26. "typing_heatmap": true,
  27. "digital_rain": true,
  28. "solid_reactive_simple": true,
  29. "solid_reactive": true
  30. },
  31. "driver": "ws2812"
  32. },
  33. "features": {
  34. "bootmagic": true,
  35. "encoder": true,
  36. "extrakey": true,
  37. "mousekey": true,
  38. "nkro": true,
  39. "rgb_matrix": true
  40. },
  41. "matrix_pins": {
  42. "cols": ["A6", "A7", "B7", "B6"],
  43. "rows": ["A13", "B14", "A10", "A0", "A2", "A1"]
  44. },
  45. "diode_direction": "COL2ROW",
  46. "encoder": {
  47. "rotary": [
  48. {"pin_a": "B12", "pin_b": "B13"},
  49. {"pin_a": "A8", "pin_b": "A9"}
  50. ]
  51. },
  52. "qmk": {
  53. "tap_keycode_delay": 10,
  54. "locking": {
  55. "enabled": true,
  56. "resync": true
  57. }
  58. },
  59. "rgblight": {
  60. "led_count": 27
  61. },
  62. "ws2812": {
  63. "pin": "B15"
  64. },
  65. "processor": "STM32F072",
  66. "bootloader": "stm32-dfu",
  67. "layouts": {
  68. "LAYOUT_all": {
  69. "layout": [
  70. {"matrix": [0, 1], "x": 0.5, "y": 0},
  71. {"matrix": [0, 2], "x": 2.5, "y": 0},
  72. {"matrix": [1, 0], "x": 0, "y": 1},
  73. {"matrix": [1, 1], "x": 1, "y": 1},
  74. {"matrix": [1, 2], "x": 2, "y": 1},
  75. {"matrix": [1, 3], "x": 3, "y": 1},
  76. {"matrix": [2, 0], "x": 0, "y": 2},
  77. {"matrix": [2, 1], "x": 1, "y": 2},
  78. {"matrix": [2, 2], "x": 2, "y": 2},
  79. {"matrix": [2, 3], "x": 3, "y": 2},
  80. {"matrix": [3, 0], "x": 0, "y": 3},
  81. {"matrix": [3, 1], "x": 1, "y": 3},
  82. {"matrix": [3, 2], "x": 2, "y": 3},
  83. {"matrix": [3, 3], "x": 3, "y": 3},
  84. {"matrix": [4, 0], "x": 0, "y": 4},
  85. {"matrix": [4, 1], "x": 1, "y": 4},
  86. {"matrix": [4, 2], "x": 2, "y": 4},
  87. {"matrix": [4, 3], "x": 3, "y": 4},
  88. {"matrix": [5, 0], "x": 0, "y": 5},
  89. {"matrix": [5, 1], "x": 1, "y": 5},
  90. {"matrix": [5, 2], "x": 2, "y": 5},
  91. {"matrix": [5, 3], "x": 3, "y": 5}
  92. ]
  93. },
  94. "LAYOUT_left_handed": {
  95. "layout": [
  96. {"matrix": [0, 1], "x": 0.5, "y": 0},
  97. {"matrix": [0, 2], "x": 2.5, "y": 0},
  98. {"matrix": [1, 0], "x": 0, "y": 1},
  99. {"matrix": [1, 1], "x": 1, "y": 1},
  100. {"matrix": [1, 2], "x": 2, "y": 1},
  101. {"matrix": [1, 3], "x": 3, "y": 1},
  102. {"matrix": [2, 1], "x": 1, "y": 2},
  103. {"matrix": [2, 2], "x": 2, "y": 2},
  104. {"matrix": [2, 3], "x": 3, "y": 2},
  105. {"matrix": [2, 0], "x": 0, "y": 2, "h": 2},
  106. {"matrix": [3, 1], "x": 1, "y": 3},
  107. {"matrix": [3, 2], "x": 2, "y": 3},
  108. {"matrix": [3, 3], "x": 3, "y": 3},
  109. {"matrix": [4, 1], "x": 0, "y": 4, "h": 2},
  110. {"matrix": [4, 2], "x": 1, "y": 4},
  111. {"matrix": [4, 3], "x": 2, "y": 4},
  112. {"matrix": [4, 0], "x": 3, "y": 4},
  113. {"matrix": [5, 1], "x": 1, "y": 5},
  114. {"matrix": [5, 2], "x": 2, "y": 5, "w": 2}
  115. ]
  116. },
  117. "LAYOUT_right_handed": {
  118. "layout": [
  119. {"matrix": [0, 1], "x": 0.5, "y": 0},
  120. {"matrix": [0, 2], "x": 2.5, "y": 0},
  121. {"matrix": [1, 0], "x": 0, "y": 1},
  122. {"matrix": [1, 1], "x": 1, "y": 1},
  123. {"matrix": [1, 2], "x": 2, "y": 1},
  124. {"matrix": [1, 3], "x": 3, "y": 1},
  125. {"matrix": [2, 0], "x": 0, "y": 2},
  126. {"matrix": [2, 1], "x": 1, "y": 2},
  127. {"matrix": [2, 2], "x": 2, "y": 2},
  128. {"matrix": [3, 0], "x": 0, "y": 3},
  129. {"matrix": [3, 1], "x": 1, "y": 3},
  130. {"matrix": [3, 2], "x": 2, "y": 3},
  131. {"matrix": [2, 3], "x": 3, "y": 2, "h": 2},
  132. {"matrix": [4, 0], "x": 0, "y": 4},
  133. {"matrix": [4, 1], "x": 1, "y": 4},
  134. {"matrix": [4, 2], "x": 2, "y": 4},
  135. {"matrix": [5, 0], "x": 0, "y": 5, "w": 2},
  136. {"matrix": [5, 2], "x": 2, "y": 5},
  137. {"matrix": [4, 3], "x": 3, "y": 4, "h": 2}
  138. ]
  139. }
  140. }
  141. }