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.

46 lines
1.2 KiB

  1. {
  2. "keyboard_name": "Washington Macropad",
  3. "manufacturer": "merlin04",
  4. "url": "https://keypcb.xyz/ViewPage/Washington",
  5. "maintainer": "merlin04",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x002A",
  9. "device_version": "0.0.1"
  10. },
  11. "matrix_pins": {
  12. "cols": ["F7", "B1", "B3"],
  13. "rows": ["F4", "F5", "F6"]
  14. },
  15. "diode_direction": "COL2ROW",
  16. "encoder": {
  17. "rotary": [
  18. {"pin_a": "D4", "pin_b": "C6"}
  19. ]
  20. },
  21. "backlight": {
  22. "pin": "B6",
  23. "breathing": true
  24. },
  25. "processor": "atmega32u4",
  26. "bootloader": "atmel-dfu",
  27. "layouts": {
  28. "LAYOUT": {
  29. "layout": [
  30. {"matrix": [0, 0], "x": 1.5, "y": 0},
  31. {"matrix": [0, 1], "x": 2.5, "y": 0},
  32. {"matrix": [0, 2], "x": 3.5, "y": 0},
  33. {"matrix": [1, 0], "x": 1.5, "y": 1},
  34. {"matrix": [1, 1], "x": 2.5, "y": 1},
  35. {"matrix": [1, 2], "x": 3.5, "y": 1},
  36. {"matrix": [2, 0], "x": 0, "y": 0.75},
  37. {"matrix": [2, 1], "x": 0.5, "y": 1.75},
  38. {"matrix": [2, 2], "x": 1.5, "y": 2}
  39. ]
  40. }
  41. }
  42. }