info.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. "features": {
  11. "backlight": true,
  12. "bootmagic": false,
  13. "command": false,
  14. "console": true,
  15. "extrakey": true,
  16. "mousekey": false,
  17. "nkro": false
  18. },
  19. "matrix_pins": {
  20. "cols": ["D1"],
  21. "rows": ["D3", "F4", "D0", "F6", "F5", "D4"]
  22. },
  23. "diode_direction": "COL2ROW",
  24. "backlight": {
  25. "driver": "timer",
  26. "pin": "D2"
  27. },
  28. "processor": "atmega32u4",
  29. "bootloader": "caterina",
  30. "layouts": {
  31. "LAYOUT": {
  32. "layout": [
  33. {"matrix": [0, 0], "x": 1, "y": 0},
  34. {"matrix": [1, 0], "x": 0.5, "y": 1},
  35. {"matrix": [2, 0], "x": 1.5, "y": 1},
  36. {"matrix": [3, 0], "x": 0, "y": 2},
  37. {"matrix": [4, 0], "x": 1, "y": 2},
  38. {"matrix": [5, 0], "x": 2, "y": 2}
  39. ]
  40. }
  41. }
  42. }