You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

95 lines
3.1 KiB

  1. {
  2. "manufacturer": "Forward Slash",
  3. "keyboard_name": "FS streampad",
  4. "maintainer": "Matthijs Muller",
  5. "url": "https://github.com/smollchungus",
  6. "usb": {
  7. "vid": "0x5363",
  8. "pid": "0x3333",
  9. "device_version": "0.0.1"
  10. },
  11. "processor": "RP2040",
  12. "bootloader": "rp2040",
  13. "diode_direction": "COL2ROW",
  14. "matrix_pins": {
  15. "rows": ["GP10", "GP9", "GP23"],
  16. "cols": ["GP25", "GP26", "GP24"]
  17. },
  18. "features": {
  19. "bootmagic": true,
  20. "command": false,
  21. "console": false,
  22. "extrakey": true,
  23. "mousekey": true,
  24. "nkro": true,
  25. "rgb_matrix": true
  26. },
  27. "layouts": {
  28. "LAYOUT": {
  29. "layout": [
  30. { "matrix": [0, 0], "x": 0, "y": 0 },
  31. { "matrix": [0, 1], "x": 1, "y": 0 },
  32. { "matrix": [0, 2], "x": 2, "y": 0 },
  33. { "matrix": [1, 0], "x": 0, "y": 1 },
  34. { "matrix": [1, 1], "x": 1, "y": 1 },
  35. { "matrix": [1, 2], "x": 2, "y": 1 },
  36. { "matrix": [2, 0], "x": 0, "y": 2 },
  37. { "matrix": [2, 1], "x": 1, "y": 2 },
  38. { "matrix": [2, 2], "x": 2, "y": 2 }
  39. ]
  40. }
  41. },
  42. "ws2812": {
  43. "pin": "GP8",
  44. "driver": "vendor"
  45. },
  46. "rgb_matrix": {
  47. "driver": "ws2812",
  48. "animations": {
  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. "cycle_out_in": true,
  63. "cycle_out_in_dual": true,
  64. "rainbow_moving_chevron": 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_fractal": true,
  76. "pixel_flow": true,
  77. "pixel_rain": true
  78. },
  79. "default": {
  80. "animation": "cycle_left_right"
  81. },
  82. "sleep": true,
  83. "layout": [
  84. {"matrix": [0, 0], "flags": 4, "x": 0, "y": 0 },
  85. {"matrix": [0, 1], "flags": 4, "x": 112, "y": 0 },
  86. {"matrix": [0, 2], "flags": 4, "x": 224, "y": 0 },
  87. {"matrix": [1, 2], "flags": 4, "x": 224, "y": 32},
  88. {"matrix": [1, 1], "flags": 4, "x": 112, "y": 32},
  89. {"matrix": [1, 0], "flags": 4, "x": 0, "y": 32},
  90. {"matrix": [2, 0], "flags": 4, "x": 0, "y": 64},
  91. {"matrix": [2, 1], "flags": 4, "x": 112, "y": 64},
  92. {"matrix": [2, 2], "flags": 4, "x": 224, "y": 64}
  93. ]
  94. }
  95. }