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.

38 lines
895 B

  1. {
  2. "keyboard_name": "CU7",
  3. "manufacturer": "CapsUnlocked",
  4. "url": "https://caps-unlocked.com/cu7/",
  5. "maintainer": "rys",
  6. "usb": {
  7. "vid": "0x4355",
  8. "pid": "0x0007",
  9. "device_version": "0.0.1"
  10. },
  11. "matrix_pins": {
  12. "cols": ["F5", "F7", "F4"],
  13. "rows": ["D7", "F0", "F6"]
  14. },
  15. "diode_direction": "COL2ROW",
  16. "encoder": {
  17. "rotary": [
  18. {"pin_a": "D6", "pin_b": "D4", "resolution": 2}
  19. ]
  20. },
  21. "processor": "atmega32u4",
  22. "bootloader": "atmel-dfu",
  23. "layouts": {
  24. "LAYOUT": {
  25. "layout": [
  26. {"x":0.5, "y":0, "w":2, "h":2},
  27. {"x":0, "y":2.5},
  28. {"x":1, "y":2.5},
  29. {"x":2, "y":2.5},
  30. {"x":0, "y":3.5},
  31. {"x":1, "y":3.5},
  32. {"x":2, "y":3.5}
  33. ]
  34. }
  35. }
  36. }