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.

26 lines
674 B

  1. {
  2. "usb": {
  3. "pid": "0x0030",
  4. "device_version": "0.0.1"
  5. },
  6. "matrix_pins": {
  7. "cols": ["F7", "B6", "F4"],
  8. "rows": ["E6", "B3"]
  9. },
  10. "diode_direction": "COL2ROW",
  11. "processor": "atmega32u4",
  12. "bootloader": "caterina",
  13. "layouts": {
  14. "LAYOUT": {
  15. "layout": [
  16. {"matrix": [0, 0], "x": 0, "y": 0},
  17. {"matrix": [0, 1], "x": 1, "y": 0},
  18. {"matrix": [0, 2], "x": 2, "y": 0},
  19. {"matrix": [1, 0], "x": 0, "y": 1},
  20. {"matrix": [1, 1], "x": 1, "y": 1},
  21. {"matrix": [1, 2], "x": 2, "y": 1}
  22. ]
  23. }
  24. }
  25. }