1
0

keyboard.json 1.3 KB

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