You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
828 B

  1. {
  2. "keyboard_name": "1337",
  3. "manufacturer": "0xCB",
  4. "url": "https://0xCB.dev",
  5. "maintainer": "Conor-Burns",
  6. "usb": {
  7. "vid": "0xCB00",
  8. "pid": "0x1337",
  9. "device_version": "0.0.1"
  10. },
  11. "processor": "atmega32u4",
  12. "bootloader": "qmk-dfu",
  13. "matrix_pins": {
  14. "direct": [
  15. ["D2", "D4", "F4"],
  16. ["D7", "B1", "B3"],
  17. ["E6", "B4", "B2"]
  18. ]
  19. },
  20. "layouts": {
  21. "LAYOUT": {
  22. "layout": [
  23. {"x":0, "y":0, "matrix": [0, 0]},
  24. {"x":1, "y":0, "matrix": [0, 1]},
  25. {"x":2, "y":0, "matrix": [0, 2]},
  26. {"x":0, "y":1, "matrix": [1, 0]},
  27. {"x":1, "y":1, "matrix": [1, 1]},
  28. {"x":2, "y":1, "matrix": [1, 2]},
  29. {"x":0, "y":2, "matrix": [2, 0]},
  30. {"x":1, "y":2, "matrix": [2, 1]},
  31. {"x":2, "y":2, "matrix": [2, 2]}
  32. ]
  33. }
  34. }
  35. }