keyboard.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "manufacturer": "nulldesignco",
  3. "keyboard_name": "nullpad",
  4. "maintainer": "quark-works",
  5. "bootloader": "rp2040",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "extrakey": true,
  10. "mousekey": true,
  11. "nkro": true,
  12. "rgb_matrix": true
  13. },
  14. "matrix_pins": {
  15. "cols": ["GP27", "GP28", "GP8", "GP10"],
  16. "rows": ["GP12", "GP25", "GP11", "GP26", "GP9", "GP21"]
  17. },
  18. "processor": "RP2040",
  19. "rgb_matrix": {
  20. "animations": {
  21. "alphas_mods": true,
  22. "band_pinwheel_sat": true,
  23. "band_pinwheel_val": true,
  24. "band_sat": true,
  25. "band_spiral_sat": true,
  26. "band_spiral_val": true,
  27. "band_val": true,
  28. "breathing": true,
  29. "cycle_all": true,
  30. "cycle_left_right": true,
  31. "cycle_out_in": true,
  32. "cycle_out_in_dual": true,
  33. "cycle_pinwheel": true,
  34. "cycle_spiral": true,
  35. "cycle_up_down": true,
  36. "digital_rain": true,
  37. "dual_beacon": true,
  38. "flower_blooming": true,
  39. "gradient_left_right": true,
  40. "gradient_up_down": true,
  41. "hue_breathing": true,
  42. "hue_pendulum": true,
  43. "hue_wave": true,
  44. "jellybean_raindrops": true,
  45. "multisplash": true,
  46. "pixel_flow": true,
  47. "pixel_fractal": true,
  48. "pixel_rain": true,
  49. "rainbow_beacon": true,
  50. "rainbow_moving_chevron": true,
  51. "rainbow_pinwheels": true,
  52. "raindrops": true,
  53. "riverflow": true,
  54. "solid_multisplash": true,
  55. "solid_reactive": true,
  56. "solid_reactive_cross": true,
  57. "solid_reactive_multicross": true,
  58. "solid_reactive_multinexus": true,
  59. "solid_reactive_multiwide": true,
  60. "solid_reactive_nexus": true,
  61. "solid_reactive_simple": true,
  62. "solid_reactive_wide": true,
  63. "solid_splash": true,
  64. "splash": true,
  65. "starlight": true,
  66. "starlight_dual_hue": true,
  67. "starlight_dual_sat": true,
  68. "typing_heatmap": true
  69. },
  70. "driver": "ws2812",
  71. "layout": [
  72. {"matrix": [5, 1], "x": 37, "y": 0, "flags": 4},
  73. {"matrix": [3, 0], "x": 0, "y": 16, "flags": 4},
  74. {"matrix": [3, 1], "x": 75, "y": 16, "flags": 4},
  75. {"matrix": [3, 2], "x": 150, "y": 16, "flags": 4},
  76. {"matrix": [4, 2], "x": 150, "y": 0, "flags": 4},
  77. {"matrix": [4, 3], "x": 224, "y": 8, "flags": 4},
  78. {"matrix": [2, 2], "x": 150, "y": 32, "flags": 4},
  79. {"matrix": [2, 1], "x": 75, "y": 32, "flags": 4},
  80. {"matrix": [2, 0], "x": 0, "y": 32, "flags": 4},
  81. {"matrix": [1, 0], "x": 0, "y": 48, "flags": 4},
  82. {"matrix": [1, 1], "x": 75, "y": 48, "flags": 4},
  83. {"matrix": [1, 2], "x": 150, "y": 48, "flags": 4},
  84. {"matrix": [2, 3], "x": 224, "y": 40, "flags": 4},
  85. {"matrix": [0, 3], "x": 224, "y": 64, "flags": 4},
  86. {"matrix": [0, 2], "x": 150, "y": 64, "flags": 4},
  87. {"matrix": [0, 1], "x": 75, "y": 64, "flags": 4},
  88. {"matrix": [0, 0], "x": 0, "y": 64, "flags": 4}
  89. ],
  90. "sleep": true
  91. },
  92. "url": "https://nulldesignco.com/",
  93. "usb": {
  94. "device_version": "1.0.0",
  95. "pid": "0x0011",
  96. "vid": "0x6E6C"
  97. },
  98. "ws2812": {
  99. "driver": "vendor",
  100. "pin": "GP18"
  101. },
  102. "community_layouts": ["numpad_5x4"],
  103. "layouts": {
  104. "LAYOUT_numpad_5x4": {
  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": [2, 0], "x": 0, "y": 2},
  114. {"matrix": [2, 1], "x": 1, "y": 2},
  115. {"matrix": [2, 2], "x": 2, "y": 2},
  116. {"matrix": [2, 3], "x": 3, "y": 1, "h": 2},
  117. {"matrix": [3, 0], "x": 0, "y": 3},
  118. {"matrix": [3, 1], "x": 1, "y": 3},
  119. {"matrix": [3, 2], "x": 2, "y": 3},
  120. {"matrix": [5, 1], "x": 0, "y": 4, "w": 2},
  121. {"matrix": [4, 2], "x": 2, "y": 4},
  122. {"matrix": [4, 3], "x": 3, "y": 3, "h": 2}
  123. ]
  124. }
  125. }
  126. }