logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (1312B)


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