info.json 832 B

12345678910111213141516171819202122232425262728293031323334
  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. "pin": "D2"
  17. },
  18. "processor": "atmega32u4",
  19. "bootloader": "caterina",
  20. "layouts": {
  21. "LAYOUT": {
  22. "layout": [
  23. {"matrix": [0, 0], "x": 1, "y": 0},
  24. {"matrix": [1, 0], "x": 0.5, "y": 1},
  25. {"matrix": [2, 0], "x": 1.5, "y": 1},
  26. {"matrix": [3, 0], "x": 0, "y": 2},
  27. {"matrix": [4, 0], "x": 1, "y": 2},
  28. {"matrix": [5, 0], "x": 2, "y": 2}
  29. ]
  30. }
  31. }
  32. }