keyboard.json 3.9 KB

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