info.json 855 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "keyboard_name": "Christmas Tree",
  3. "manufacturer": "Maple Computing",
  4. "url": "https://www.reddit.com/r/MechanicalKeyboards/comments/7cqxpf/gb_christmas_tree_pcb_gb_now_live/",
  5. "maintainer": "That-Canadian",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x3070"
  9. },
  10. "matrix_pins": {
  11. "cols": ["D1"],
  12. "rows": ["D3", "F4", "D0", "F6", "F5", "D4"]
  13. },
  14. "diode_direction": "COL2ROW",
  15. "backlight": {
  16. "driver": "timer",
  17. "pin": "D2"
  18. },
  19. "processor": "atmega32u4",
  20. "bootloader": "caterina",
  21. "layouts": {
  22. "LAYOUT": {
  23. "layout": [
  24. {"matrix": [0, 0], "x": 1, "y": 0},
  25. {"matrix": [1, 0], "x": 0.5, "y": 1},
  26. {"matrix": [2, 0], "x": 1.5, "y": 1},
  27. {"matrix": [3, 0], "x": 0, "y": 2},
  28. {"matrix": [4, 0], "x": 1, "y": 2},
  29. {"matrix": [5, 0], "x": 2, "y": 2}
  30. ]
  31. }
  32. }
  33. }