logo

qmk_firmware

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

keyboard.json (5003B)


  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. "processor": "RP2040",
  7. "bootloader": "rp2040",
  8. "board": "GENERIC_RP_RP2040",
  9. "usb": {
  10. "device_version": "1.0.0",
  11. "pid": "0x5518",
  12. "vid": "0x6F75"
  13. },
  14. "features": {
  15. "bootmagic": true,
  16. "encoder": true,
  17. "extrakey": true,
  18. "mousekey": true,
  19. "nkro": false,
  20. "rgb_matrix": true
  21. },
  22. "qmk": {
  23. "locking": {
  24. "enabled": true,
  25. "resync": true
  26. }
  27. },
  28. "ws2812": {
  29. "pin": "GP6",
  30. "driver": "vendor"
  31. },
  32. "matrix_pins": {
  33. "cols": ["GP2", "GP9", "GP8", "GP7"],
  34. "rows": ["GP26", "GP1", "GP18", "GP5"]
  35. },
  36. "diode_direction": "COL2ROW",
  37. "dynamic_keymap": {
  38. "layer_count": 10
  39. },
  40. "encoder": {
  41. "enabled": true,
  42. "rotary": [
  43. {"pin_a": "GP27", "pin_b": "GP28"},
  44. {"pin_a": "GP4", "pin_b": "GP3"}
  45. ]
  46. },
  47. "rgb_matrix": {
  48. "animmations": {
  49. "alphas_mods": true,
  50. "gradient_up_down": true,
  51. "gradient_left_right": true,
  52. "breathing": true,
  53. "band_sat": true,
  54. "band_val": true,
  55. "band_pinwheel_sat": true,
  56. "band_pinwheel_val": true,
  57. "band_spiral_sat": true,
  58. "band_spiral_val": true,
  59. "cycle_all": true,
  60. "cycle_left_right": true,
  61. "cycle_up_down": true,
  62. "rainbow_moving_chevron": true,
  63. "cycle_out_in": true,
  64. "cycle_out_in_dual": true,
  65. "cycle_pinwheel": true,
  66. "cycle_spiral": true,
  67. "dual_beacon": true,
  68. "rainbow_beacon": true,
  69. "rainbow_pinwheels": true,
  70. "raindrops": true,
  71. "jellybean_raindrops": true,
  72. "hue_breathing": true,
  73. "hue_pendulum": true,
  74. "hue_wave": true,
  75. "pixel_rain": true,
  76. "pixel_flow": true,
  77. "pixel_fractal": true,
  78. "typing_heatmap": true,
  79. "digital_rain": true,
  80. "solid_reactive_simple": true,
  81. "solid_reactive": true,
  82. "solid_reactive_wide": true,
  83. "solid_reactive_multiwide": true,
  84. "solid_reactive_cross": true,
  85. "solid_reactive_multicross": true,
  86. "solid_reactive_nexus": true,
  87. "solid_reactive_multinexus": true,
  88. "splash": true,
  89. "multisplash": true,
  90. "solid_splash": true,
  91. "solid_multisplash": true
  92. },
  93. "driver": "ws2812",
  94. "layout": [
  95. {"flags": 4, "matrix": [0, 0], "x": 28, "y": 12},
  96. {"flags": 4, "matrix": [0, 1], "x": 84, "y": 12},
  97. {"flags": 4, "matrix": [0, 2], "x": 140, "y": 12},
  98. {"flags": 4, "matrix": [0, 3], "x": 196, "y": 12},
  99. {"flags": 2, "x": 196, "y": 17},
  100. {"flags": 4, "matrix": [1, 3], "x": 196, "y": 28},
  101. {"flags": 4, "matrix": [1, 2], "x": 140, "y": 28},
  102. {"flags": 4, "matrix": [1, 1], "x": 84, "y": 28},
  103. {"flags": 2, "x": 28, "y": 17},
  104. {"flags": 4, "matrix": [1, 0], "x": 28, "y": 28},
  105. {"flags": 4, "matrix": [2, 0], "x": 28, "y": 44},
  106. {"flags": 4, "matrix": [2, 1], "x": 84, "y": 44},
  107. {"flags": 4, "matrix": [2, 2], "x": 140, "y": 44},
  108. {"flags": 4, "matrix": [2, 3], "x": 196, "y": 44},
  109. {"flags": 2, "x": 196, "y": 47},
  110. {"flags": 4, "matrix": [3, 3], "x": 196, "y": 60},
  111. {"flags": 4, "matrix": [3, 2], "x": 140, "y": 60},
  112. {"flags": 4, "matrix": [3, 1], "x": 84, "y": 60},
  113. {"flags": 2, "x": 28, "y": 47},
  114. {"flags": 4, "matrix": [3, 0], "x": 28, "y": 60}
  115. ],
  116. "sleep": true
  117. },
  118. "community_layouts": [
  119. "ortho_4x4"
  120. ],
  121. "layouts": {
  122. "LAYOUT_ortho_4x4": {
  123. "layout": [
  124. {"matrix": [0, 0], "x": 0, "y": 0},
  125. {"matrix": [0, 1], "x": 1, "y": 0},
  126. {"matrix": [0, 2], "x": 2, "y": 0},
  127. {"matrix": [0, 3], "x": 3, "y": 0},
  128. {"matrix": [1, 0], "x": 0, "y": 1},
  129. {"matrix": [1, 1], "x": 1, "y": 1},
  130. {"matrix": [1, 2], "x": 2, "y": 1},
  131. {"matrix": [1, 3], "x": 3, "y": 1},
  132. {"matrix": [2, 0], "x": 0, "y": 2},
  133. {"matrix": [2, 1], "x": 1, "y": 2},
  134. {"matrix": [2, 2], "x": 2, "y": 2},
  135. {"matrix": [2, 3], "x": 3, "y": 2},
  136. {"matrix": [3, 0], "x": 0, "y": 3},
  137. {"matrix": [3, 1], "x": 1, "y": 3},
  138. {"matrix": [3, 2], "x": 2, "y": 3},
  139. {"matrix": [3, 3], "x": 3, "y": 3}
  140. ]
  141. }
  142. }
  143. }