logo

qmk_firmware

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

keyboard.json (1444B)


  1. {
  2. "keyboard_name": "luggage_rack",
  3. "manufacturer": "AlisGraveNil",
  4. "url": "www.clawboards.xyz",
  5. "maintainer": "AlisGraveNil",
  6. "usb": {
  7. "vid": "0x7767",
  8. "pid": "0x0000",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "command": true,
  14. "console": true,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "nkro": false
  18. },
  19. "matrix_pins": {
  20. "cols": ["D4", "D0", "D1"],
  21. "rows": ["D3", "F4", "B0", "B2", "F7", "B6", "B1", "F5", "F6"]
  22. },
  23. "diode_direction": "COL2ROW",
  24. "processor": "atmega32u4",
  25. "bootloader": "caterina",
  26. "layouts": {
  27. "LAYOUT": {
  28. "layout": [
  29. {"matrix": [0, 0], "x": 0, "y": 0},
  30. {"matrix": [1, 1], "x": 1, "y": 0},
  31. {"matrix": [0, 2], "x": 2, "y": 0},
  32. {"matrix": [2, 0], "x": 0, "y": 1.5},
  33. {"matrix": [3, 1], "x": 1, "y": 1.5},
  34. {"matrix": [2, 2], "x": 2, "y": 1.5},
  35. {"matrix": [4, 0], "x": 0, "y": 2.5},
  36. {"matrix": [5, 1], "x": 1, "y": 2.5},
  37. {"matrix": [4, 2], "x": 2, "y": 2.5},
  38. {"matrix": [6, 1], "x": 1, "y": 4.5},
  39. {"matrix": [7, 0], "x": 0, "y": 5.5},
  40. {"matrix": [8, 1], "x": 1, "y": 5.5},
  41. {"matrix": [7, 2], "x": 2, "y": 5.5}
  42. ]
  43. }
  44. }
  45. }