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.

39 lines
1.0 KiB

  1. {
  2. "keyboard_name": "DC01 Arrow",
  3. "manufacturer": "Mechboards",
  4. "url": "",
  5. "maintainer": "Yiancar-Designs",
  6. "usb": {
  7. "vid": "0x8968",
  8. "pid": "0x1012",
  9. "device_version": "0.0.1",
  10. "no_startup_check": true
  11. },
  12. "processor": "atmega32u4",
  13. "bootloader": "atmel-dfu",
  14. "features": {
  15. "bootmagic": true,
  16. "mousekey": true,
  17. "extrakey": true,
  18. "nkro": true
  19. },
  20. "layouts": {
  21. "LAYOUT_all": {
  22. "layout": [
  23. {"matrix": [0, 0], "x": 0, "y": 0},
  24. {"matrix": [0, 1], "x": 1, "y": 0},
  25. {"matrix": [0, 2], "x": 2, "y": 0},
  26. {"matrix": [1, 0], "x": 0, "y": 1},
  27. {"matrix": [1, 1], "x": 1, "y": 1},
  28. {"matrix": [1, 2], "x": 2, "y": 1},
  29. {"matrix": [3, 1], "x": 1, "y": 3},
  30. {"matrix": [4, 0], "x": 0, "y": 4},
  31. {"matrix": [4, 1], "x": 1, "y": 4},
  32. {"matrix": [4, 2], "x": 2, "y": 4}
  33. ]
  34. }
  35. }
  36. }