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.

72 lines
2.1 KiB

2 months ago
2 months ago
  1. {
  2. "keyboard_name": "Plaque A.D RGB",
  3. "usb": {
  4. "vid": "0x5A50",
  5. "pid": "0x1875",
  6. "device_version": "0.0.1"
  7. },
  8. "features": {
  9. "bootmagic": true,
  10. "mousekey": true,
  11. "extrakey": true,
  12. "nkro": true,
  13. "rgb_matrix": true
  14. },
  15. "ws2812": {
  16. "pin": "GP2",
  17. "driver": "vendor"
  18. },
  19. "rgb_matrix": {
  20. "led_count": 136,
  21. "center_point": [112, 32],
  22. "animations": {
  23. "alphas_mods": true,
  24. "gradient_up_down": true,
  25. "gradient_left_right": true,
  26. "breathing": true,
  27. "band_sat": true,
  28. "band_val": true,
  29. "band_pinwheel_sat": true,
  30. "band_pinwheel_val": true,
  31. "band_spiral_sat": true,
  32. "band_spiral_val": true,
  33. "cycle_all": true,
  34. "cycle_left_right": true,
  35. "cycle_up_down": true,
  36. "rainbow_moving_chevron": true,
  37. "cycle_out_in": true,
  38. "cycle_out_in_dual": true,
  39. "cycle_pinwheel": true,
  40. "cycle_spiral": true,
  41. "dual_beacon": true,
  42. "rainbow_beacon": true,
  43. "rainbow_pinwheels": true,
  44. "raindrops": true,
  45. "jellybean_raindrops": true,
  46. "hue_breathing": true,
  47. "hue_pendulum": true,
  48. "hue_wave": true,
  49. "fractal": true,
  50. "pixel_rain": true,
  51. "pixel_flow": true,
  52. "typing_heatmap": true,
  53. "digital_rain": true,
  54. "solid_reactive_simple": true,
  55. "solid_reactive": true,
  56. "solid_reactive_wide": true,
  57. "solid_reactive_multiwide": true,
  58. "solid_reactive_cross": true,
  59. "solid_reactive_multicross": true,
  60. "solid_reactive_nexus": true,
  61. "solid_reactive_multinexus": true,
  62. "splash": true,
  63. "multisplash": true,
  64. "solid_splash": true,
  65. "solid_multisplash": true
  66. },
  67. "default": {
  68. "val": 60
  69. },
  70. "driver": "ws2812",
  71. "sleep": true
  72. }
  73. }