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.

61 lines
1.9 KiB

  1. {
  2. "keyboard_name": "dp3000",
  3. "features": {
  4. "rgb_matrix": true
  5. },
  6. "usb": {
  7. "device_version": "1.0.1",
  8. "pid": "0x6470"
  9. },
  10. "rgb_matrix": {
  11. "animations": {
  12. "alphas_mods": true,
  13. "band_pinwheel_sat": true,
  14. "band_pinwheel_val": true,
  15. "band_sat": true,
  16. "band_spiral_sat": true,
  17. "band_spiral_val": true,
  18. "band_val": true,
  19. "breathing": true,
  20. "cycle_all": true,
  21. "cycle_left_right": true,
  22. "cycle_pinwheel": true,
  23. "cycle_spiral": true,
  24. "cycle_up_down": true,
  25. "gradient_left_right": true,
  26. "gradient_up_down": true,
  27. "hue_breathing": true,
  28. "hue_pendulum": true,
  29. "hue_wave": true,
  30. "rainbow_moving_chevron": true,
  31. "raindrops": true,
  32. "solid_color": true,
  33. "solid_reactive": true,
  34. "solid_reactive_multinexus": true,
  35. "solid_reactive_simple": true,
  36. "solid_splash": true,
  37. "splash": true,
  38. "typing_heatmap": true
  39. },
  40. "driver": "ws2812",
  41. "layout": [
  42. {"matrix": [1, 0], "x": 0, "y": 32, "flags": 4},
  43. {"matrix": [1, 1], "x": 25, "y": 32, "flags": 4},
  44. {"matrix": [1, 2], "x": 37, "y": 32, "flags": 4},
  45. {"matrix": [1, 3], "x": 75, "y": 32, "flags": 4},
  46. {"matrix": [2, 0], "x": 75, "y": 16, "flags": 4},
  47. {"matrix": [2, 1], "x": 37, "y": 16, "flags": 4},
  48. {"matrix": [2, 2], "x": 25, "y": 16, "flags": 4},
  49. {"matrix": [2, 3], "x": 0, "y": 16, "flags": 4}
  50. ],
  51. "max_brightness": 180,
  52. "sat_steps": 8,
  53. "speed_steps": 10,
  54. "val_steps": 8,
  55. "react_on_keyup": true,
  56. "sleep": true
  57. },
  58. "ws2812": {
  59. "pin": "B5"
  60. }
  61. }