keyboard.json 2.1 KB

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