logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (1294B)


  1. {
  2. "development_board": "promicro_rp2040",
  3. "matrix_pins": {
  4. "cols": ["GP28", "GP27", "GP26", "GP29", "GP20", "GP22", "GP23"],
  5. "rows": ["GP0", "GP1", "GP2", "GP4", "GP6", "GP7", "GP8", "GP5"]
  6. },
  7. "diode_direction": "COL2ROW",
  8. "rgb_matrix": {
  9. "animations": {
  10. "band_sat": true,
  11. "band_spiral_val": true,
  12. "breathing": true,
  13. "cycle_all": true,
  14. "cycle_left_right": true,
  15. "cycle_out_in": true,
  16. "cycle_out_in_dual": true,
  17. "cycle_pinwheel": true,
  18. "cycle_up_down": true,
  19. "digital_rain": true,
  20. "dual_beacon": true,
  21. "hue_breathing": true,
  22. "jellybean_raindrops": true,
  23. "multisplash": true,
  24. "pixel_fractal": true,
  25. "pixel_rain": true,
  26. "rainbow_moving_chevron": true,
  27. "raindrops": true,
  28. "solid_reactive": true,
  29. "solid_reactive_simple": true,
  30. "solid_splash": true,
  31. "splash": true,
  32. "typing_heatmap": true
  33. }
  34. },
  35. "encoder": {
  36. "rotary": [
  37. {"pin_a": "GP9", "pin_b": "GP21"}
  38. ]
  39. },
  40. "ws2812": {
  41. "pin": "GP3",
  42. "driver": "vendor"
  43. }
  44. }