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.

32 lines
691 B

  1. {
  2. "build": {
  3. "lto": true
  4. },
  5. "pin_compatible": "promicro",
  6. "processor": "atmega32u4",
  7. "encoder": {
  8. "rotary": [
  9. {"pin_a": "F5", "pin_b": "F4", "resolution": 2}
  10. ]
  11. },
  12. "matrix_pins": {
  13. "cols": ["B1", "B2", "B3", "B6", "F7", "F6"],
  14. "rows": ["D4", "C6", "D7", "E6", "B4"]
  15. },
  16. "split": {
  17. "encoder": {
  18. "right": {
  19. "rotary": [
  20. {"pin_a": "F4", "pin_b": "F5", "resolution": 2}
  21. ]
  22. }
  23. },
  24. "handedness": {
  25. "pin": "B5"
  26. },
  27. "soft_serial_pin": "D2",
  28. },
  29. "ws2812": {
  30. "pin": "D3"
  31. },
  32. }