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.

29 lines
661 B

  1. {
  2. "development_board": "promicro_rp2040",
  3. "encoder": {
  4. "rotary": [
  5. {"pin_a": "GP28", "pin_b": "GP29", "resolution": 2}
  6. ]
  7. },
  8. "matrix_pins": {
  9. "cols": ["GP22", "GP23", "GP20", "GP21", "GP26", "GP27"],
  10. "rows": ["GP4", "GP5", "GP6", "GP7", "GP8"]
  11. },
  12. "split": {
  13. "encoder": {
  14. "right": {
  15. "rotary": [
  16. {"pin_a": "GP29", "pin_b": "GP28", "resolution": 2}
  17. ]
  18. }
  19. },
  20. "soft_serial_pin": "GP1",
  21. "handedness": {
  22. "pin": "GP9"
  23. }
  24. },
  25. "ws2812": {
  26. "driver": "vendor",
  27. "pin": "GP0"
  28. }
  29. }