keyboard.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. "features": {
  12. "backlight": true,
  13. "bootmagic": false,
  14. "command": false,
  15. "console": false,
  16. "encoder": true,
  17. "extrakey": true,
  18. "mousekey": true,
  19. "nkro": false,
  20. "oled": true
  21. },
  22. "qmk": {
  23. "locking": {
  24. "enabled": true,
  25. "resync": true
  26. }
  27. },
  28. "matrix_pins": {
  29. "cols": ["F7", "B1", "B3"],
  30. "rows": ["F4", "F5", "F6"]
  31. },
  32. "diode_direction": "COL2ROW",
  33. "encoder": {
  34. "rotary": [
  35. {"pin_a": "D4", "pin_b": "C6"}
  36. ]
  37. },
  38. "backlight": {
  39. "pin": "B6",
  40. "breathing": true
  41. },
  42. "processor": "atmega32u4",
  43. "bootloader": "atmel-dfu",
  44. "layouts": {
  45. "LAYOUT": {
  46. "layout": [
  47. {"matrix": [0, 0], "x": 1.5, "y": 0},
  48. {"matrix": [0, 1], "x": 2.5, "y": 0},
  49. {"matrix": [0, 2], "x": 3.5, "y": 0},
  50. {"matrix": [1, 0], "x": 1.5, "y": 1},
  51. {"matrix": [1, 1], "x": 2.5, "y": 1},
  52. {"matrix": [1, 2], "x": 3.5, "y": 1},
  53. {"matrix": [2, 0], "x": 0, "y": 0.75},
  54. {"matrix": [2, 1], "x": 0.5, "y": 1.75},
  55. {"matrix": [2, 2], "x": 1.5, "y": 2}
  56. ]
  57. }
  58. }
  59. }