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.

21 lines
490 B

  1. {
  2. "usb": {
  3. "device_version": "0.0.0"
  4. },
  5. "matrix_pins": {
  6. "cols": ["D0", "D1", "D2", "D3", "D4", "D5", "D6", "C2", "C4", "C5", "C6"],
  7. "rows": ["B0", "B1", "B2", "B3"]
  8. },
  9. "diode_direction": "COL2ROW",
  10. "encoder": {
  11. "rotary": [
  12. {"pin_a": "B6", "pin_b": "B7"},
  13. {"pin_a": "B5", "pin_b": "B4"}
  14. ]
  15. },
  16. "ws2812": {
  17. "pin": "C7"
  18. },
  19. "processor": "atmega32u2",
  20. "bootloader": "atmel-dfu"
  21. }