logo

qmk_firmware

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

keyboard.json (715B)


  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. "serial": {
  21. "driver": "vendor",
  22. "pin": "GP1"
  23. },
  24. "handedness": {
  25. "pin": "GP9"
  26. }
  27. },
  28. "ws2812": {
  29. "driver": "vendor",
  30. "pin": "GP0"
  31. }
  32. }