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.

94 lines
3.3 KiB

  1. {
  2. "keyboard_name": "Chocopad Rev. 2",
  3. "usb": {
  4. "pid": "0x2144",
  5. "device_version": "2.0.0"
  6. },
  7. "processor": "RP2040",
  8. "bootloader": "rp2040",
  9. "diode_direction": "COL2ROW",
  10. "features": {
  11. "extrakey": true,
  12. "mousekey": true,
  13. "rgb_matrix": true
  14. },
  15. "matrix_pins": {
  16. "cols": ["GP20", "GP19", "GP29", "GP0"],
  17. "rows": ["GP28", "GP18", "GP17", "GP16"]
  18. },
  19. "ws2812": {
  20. "pin": "GP15",
  21. "driver": "vendor"
  22. },
  23. "rgb_matrix": {
  24. "driver": "ws2812",
  25. "animations": {
  26. "alphas_mods": true,
  27. "gradient_up_down": true,
  28. "gradient_left_right": true,
  29. "breathing": true,
  30. "band_sat": true,
  31. "band_val": true,
  32. "band_pinwheel_sat": true,
  33. "band_pinwheel_val": true,
  34. "band_spiral_sat": true,
  35. "band_spiral_val": true,
  36. "cycle_all": true,
  37. "cycle_left_right": true,
  38. "cycle_up_down": true,
  39. "cycle_out_in": true,
  40. "cycle_out_in_dual": true,
  41. "rainbow_moving_chevron": true,
  42. "cycle_pinwheel": true,
  43. "cycle_spiral": true,
  44. "dual_beacon": true,
  45. "rainbow_beacon": true,
  46. "rainbow_pinwheels": true,
  47. "raindrops": true,
  48. "jellybean_raindrops": true,
  49. "hue_breathing": true,
  50. "hue_pendulum": true,
  51. "hue_wave": true,
  52. "pixel_fractal": true,
  53. "pixel_flow": true,
  54. "pixel_rain": true,
  55. "typing_heatmap": true,
  56. "digital_rain": true,
  57. "solid_reactive_simple": true,
  58. "solid_reactive": true,
  59. "solid_reactive_wide": true,
  60. "solid_reactive_multiwide": true,
  61. "solid_reactive_cross": true,
  62. "solid_reactive_multicross": true,
  63. "solid_reactive_nexus": true,
  64. "solid_reactive_multinexus": true,
  65. "splash": true,
  66. "multisplash": true,
  67. "solid_splash": true,
  68. "solid_multisplash": true
  69. },
  70. "layout": [
  71. {"matrix": [0, 0], "flags": 4, "x": 0, "y": 0},
  72. {"flags": 2, "x": 37, "y": 0},
  73. {"matrix": [0, 1], "flags": 4, "x": 75, "y": 0},
  74. {"matrix": [0, 2], "flags": 4, "x": 149, "y": 0},
  75. {"flags": 2, "x": 187, "y": 0},
  76. {"matrix": [0, 3], "flags": 4, "x": 224, "y": 0},
  77. {"matrix": [1, 3], "flags": 4, "x": 224, "y": 21},
  78. {"matrix": [1, 2], "flags": 4, "x": 149, "y": 21},
  79. {"matrix": [1, 1], "flags": 4, "x": 75, "y": 21},
  80. {"matrix": [1, 0], "flags": 4, "x": 0, "y": 21},
  81. {"matrix": [2, 0], "flags": 4, "x": 0, "y": 43},
  82. {"matrix": [2, 1], "flags": 4, "x": 75, "y": 43},
  83. {"matrix": [2, 2], "flags": 4, "x": 149, "y": 43},
  84. {"matrix": [2, 3], "flags": 4, "x": 224, "y": 43},
  85. {"matrix": [3, 3], "flags": 4, "x": 224, "y": 64},
  86. {"flags": 2, "x": 187, "y": 64},
  87. {"matrix": [3, 2], "flags": 4, "x": 149, "y": 64},
  88. {"matrix": [3, 1], "flags": 4, "x": 75, "y": 64},
  89. {"flags": 2, "x": 37, "y": 64},
  90. {"matrix": [3, 0], "flags": 4, "x": 0, "y": 64}
  91. ],
  92. "sleep": true
  93. }
  94. }