keyboard.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "manufacturer": "1upkeyboards",
  3. "keyboard_name": "sweet16v2",
  4. "url": "1upkeyboards.com/shop/keyboard-kits/macro-pads/sweet-16-v2-macropad-kit/",
  5. "maintainer": "ziptyze",
  6. "development_board": "elite_c",
  7. "usb": {
  8. "device_version": "1.0.0",
  9. "pid": "0x5518",
  10. "vid": "0x6F75"
  11. },
  12. "features": {
  13. "bootmagic": true,
  14. "encoder": true,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "rgb_matrix": true
  18. },
  19. "qmk": {
  20. "locking": {
  21. "enabled": true,
  22. "resync": true
  23. }
  24. },
  25. "ws2812": {
  26. "pin": "D7"
  27. },
  28. "matrix_pins": {
  29. "cols": ["F7", "D2", "B1", "C6"],
  30. "rows": ["D1", "B5", "B4", "E6"]
  31. },
  32. "diode_direction": "COL2ROW",
  33. "dynamic_keymap": {
  34. "layer_count": 10
  35. },
  36. "encoder": {
  37. "rotary": [
  38. {"pin_a": "F6", "pin_b": "F5"},
  39. {"pin_a": "D4", "pin_b": "D0"}
  40. ]
  41. },
  42. "rgb_matrix": {
  43. "animmations": {
  44. "alphas_mods": true,
  45. "gradient_up_down": true,
  46. "gradient_left_right": true,
  47. "breathing": true,
  48. "band_sat": true,
  49. "band_val": true,
  50. "band_pinwheel_sat": true,
  51. "band_pinwheel_val": true,
  52. "band_spiral_sat": true,
  53. "band_spiral_val": true,
  54. "cycle_all": true,
  55. "cycle_left_right": true,
  56. "cycle_up_down": true,
  57. "rainbow_moving_chevron": true,
  58. "cycle_out_in": true,
  59. "cycle_out_in_dual": true,
  60. "cycle_pinwheel": true,
  61. "cycle_spiral": true,
  62. "dual_beacon": true,
  63. "rainbow_beacon": true,
  64. "rainbow_pinwheels": true,
  65. "raindrops": true,
  66. "jellybean_raindrops": true,
  67. "hue_breathing": true,
  68. "hue_pendulum": true,
  69. "hue_wave": true,
  70. "pixel_rain": true,
  71. "pixel_flow": true,
  72. "pixel_fractal": true,
  73. "typing_heatmap": true,
  74. "digital_rain": true,
  75. "solid_reactive_simple": true,
  76. "solid_reactive": true,
  77. "solid_reactive_wide": true,
  78. "solid_reactive_multiwide": true,
  79. "solid_reactive_cross": true,
  80. "solid_reactive_multicross": true,
  81. "solid_reactive_nexus": true,
  82. "solid_reactive_multinexus": true,
  83. "splash": true,
  84. "multisplash": true,
  85. "solid_splash": true,
  86. "solid_multisplash": true
  87. },
  88. "driver": "ws2812",
  89. "layout": [
  90. {"flags": 4, "matrix": [0, 0], "x": 28, "y": 12},
  91. {"flags": 4, "matrix": [0, 1], "x": 84, "y": 12},
  92. {"flags": 4, "matrix": [0, 2], "x": 140, "y": 12},
  93. {"flags": 4, "matrix": [0, 3], "x": 196, "y": 12},
  94. {"flags": 2, "x": 196, "y": 17},
  95. {"flags": 4, "matrix": [1, 3], "x": 196, "y": 28},
  96. {"flags": 4, "matrix": [1, 2], "x": 140, "y": 28},
  97. {"flags": 4, "matrix": [1, 1], "x": 84, "y": 28},
  98. {"flags": 2, "x": 28, "y": 17},
  99. {"flags": 4, "matrix": [1, 0], "x": 28, "y": 28},
  100. {"flags": 4, "matrix": [2, 0], "x": 28, "y": 44},
  101. {"flags": 4, "matrix": [2, 1], "x": 84, "y": 44},
  102. {"flags": 4, "matrix": [2, 2], "x": 140, "y": 44},
  103. {"flags": 4, "matrix": [2, 3], "x": 196, "y": 44},
  104. {"flags": 2, "x": 196, "y": 47},
  105. {"flags": 4, "matrix": [3, 3], "x": 196, "y": 60},
  106. {"flags": 4, "matrix": [3, 2], "x": 140, "y": 60},
  107. {"flags": 4, "matrix": [3, 1], "x": 84, "y": 60},
  108. {"flags": 2, "x": 28, "y": 47},
  109. {"flags": 4, "matrix": [3, 0], "x": 28, "y": 60}
  110. ],
  111. "sleep": true
  112. },
  113. "community_layouts": [
  114. "ortho_4x4"
  115. ],
  116. "layouts": {
  117. "LAYOUT_ortho_4x4": {
  118. "layout": [
  119. {"matrix": [0, 0], "x": 0, "y": 0},
  120. {"matrix": [0, 1], "x": 1, "y": 0},
  121. {"matrix": [0, 2], "x": 2, "y": 0},
  122. {"matrix": [0, 3], "x": 3, "y": 0},
  123. {"matrix": [1, 0], "x": 0, "y": 1},
  124. {"matrix": [1, 1], "x": 1, "y": 1},
  125. {"matrix": [1, 2], "x": 2, "y": 1},
  126. {"matrix": [1, 3], "x": 3, "y": 1},
  127. {"matrix": [2, 0], "x": 0, "y": 2},
  128. {"matrix": [2, 1], "x": 1, "y": 2},
  129. {"matrix": [2, 2], "x": 2, "y": 2},
  130. {"matrix": [2, 3], "x": 3, "y": 2},
  131. {"matrix": [3, 0], "x": 0, "y": 3},
  132. {"matrix": [3, 1], "x": 1, "y": 3},
  133. {"matrix": [3, 2], "x": 2, "y": 3},
  134. {"matrix": [3, 3], "x": 3, "y": 3}
  135. ]
  136. }
  137. }
  138. }