logo

qmk_firmware

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

keyboard.json (3953B)


  1. {
  2. "keyboard_name": "super16",
  3. "manufacturer": "1upkeyboards",
  4. "maintainer": "qmk",
  5. "usb": {
  6. "vid": "0x6F75",
  7. "pid": "0x5516",
  8. "device_version": "0.0.1"
  9. },
  10. "ws2812": {
  11. "pin": "D3"
  12. },
  13. "rgblight": {
  14. "saturation_steps": 8,
  15. "brightness_steps": 8,
  16. "led_count": 16,
  17. "sleep": true,
  18. "animations": {
  19. "breathing": true,
  20. "rainbow_mood": true,
  21. "rainbow_swirl": true,
  22. "snake": true,
  23. "knight": true,
  24. "christmas": true,
  25. "static_gradient": true,
  26. "rgb_test": true,
  27. "alternating": true,
  28. "twinkle": true
  29. }
  30. },
  31. "rgb_matrix": {
  32. "animations": {
  33. "alphas_mods": true,
  34. "gradient_up_down": true,
  35. "gradient_left_right": true,
  36. "breathing": true,
  37. "band_sat": true,
  38. "band_val": true,
  39. "band_pinwheel_sat": true,
  40. "band_pinwheel_val": true,
  41. "band_spiral_sat": true,
  42. "band_spiral_val": true,
  43. "cycle_all": true,
  44. "cycle_left_right": true,
  45. "cycle_up_down": true,
  46. "rainbow_moving_chevron": true,
  47. "cycle_out_in": true,
  48. "cycle_out_in_dual": true,
  49. "cycle_pinwheel": true,
  50. "cycle_spiral": true,
  51. "dual_beacon": true,
  52. "rainbow_beacon": true,
  53. "rainbow_pinwheels": true,
  54. "raindrops": true,
  55. "jellybean_raindrops": true,
  56. "hue_breathing": true,
  57. "hue_pendulum": true,
  58. "hue_wave": true,
  59. "pixel_rain": true,
  60. "pixel_flow": true,
  61. "pixel_fractal": true,
  62. "typing_heatmap": true,
  63. "digital_rain": true,
  64. "solid_reactive_simple": true,
  65. "solid_reactive": true,
  66. "solid_reactive_wide": true,
  67. "solid_reactive_multiwide": true,
  68. "solid_reactive_cross": true,
  69. "solid_reactive_multicross": true,
  70. "solid_reactive_nexus": true,
  71. "solid_reactive_multinexus": true,
  72. "splash": true,
  73. "multisplash": true,
  74. "solid_splash": true,
  75. "solid_multisplash": true
  76. },
  77. "driver": "ws2812"
  78. },
  79. "features": {
  80. "bootmagic": true,
  81. "extrakey": true,
  82. "mousekey": true,
  83. "nkro": false,
  84. "rgb_matrix": true
  85. },
  86. "qmk": {
  87. "locking": {
  88. "enabled": true,
  89. "resync": true
  90. }
  91. },
  92. "matrix_pins": {
  93. "cols": ["D4", "C6", "F6", "F7"],
  94. "rows": ["D1", "D0", "F4", "F5"]
  95. },
  96. "diode_direction": "COL2ROW",
  97. "development_board": "promicro",
  98. "community_layouts": ["ortho_4x4", "numpad_4x4"],
  99. "layouts": {
  100. "LAYOUT_ortho_4x4": {
  101. "layout": [
  102. {"matrix": [0, 0], "x": 0, "y": 0},
  103. {"matrix": [0, 1], "x": 1, "y": 0},
  104. {"matrix": [0, 2], "x": 2, "y": 0},
  105. {"matrix": [0, 3], "x": 3, "y": 0},
  106. {"matrix": [1, 0], "x": 0, "y": 1},
  107. {"matrix": [1, 1], "x": 1, "y": 1},
  108. {"matrix": [1, 2], "x": 2, "y": 1},
  109. {"matrix": [1, 3], "x": 3, "y": 1},
  110. {"matrix": [2, 0], "x": 0, "y": 2},
  111. {"matrix": [2, 1], "x": 1, "y": 2},
  112. {"matrix": [2, 2], "x": 2, "y": 2},
  113. {"matrix": [2, 3], "x": 3, "y": 2},
  114. {"matrix": [3, 0], "x": 0, "y": 3},
  115. {"matrix": [3, 1], "x": 1, "y": 3},
  116. {"matrix": [3, 2], "x": 2, "y": 3},
  117. {"matrix": [3, 3], "x": 3, "y": 3}
  118. ]
  119. },
  120. "LAYOUT_numpad_4x4": {
  121. "layout": [
  122. {"matrix": [0, 0], "x": 0, "y": 0},
  123. {"matrix": [0, 1], "x": 1, "y": 0},
  124. {"matrix": [0, 2], "x": 2, "y": 0},
  125. {"matrix": [0, 3], "x": 3, "y": 0, "h": 2},
  126. {"matrix": [1, 0], "x": 0, "y": 1},
  127. {"matrix": [1, 1], "x": 1, "y": 1},
  128. {"matrix": [1, 2], "x": 2, "y": 1},
  129. {"matrix": [2, 0], "x": 0, "y": 2},
  130. {"matrix": [2, 1], "x": 1, "y": 2},
  131. {"matrix": [2, 2], "x": 2, "y": 2},
  132. {"matrix": [2, 3], "x": 3, "y": 2, "h": 2},
  133. {"matrix": [3, 1], "x": 0, "y": 3, "w": 2},
  134. {"matrix": [3, 2], "x": 2, "y": 3}
  135. ]
  136. }
  137. }
  138. }