info.json 660 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "manufacturer": "QMK",
  3. "url": "",
  4. "maintainer": "qmk",
  5. "usb": {
  6. "vid": "0xFEED",
  7. "pid": "0x6465",
  8. "device_version": "0.0.1"
  9. },
  10. "diode_direction": "COL2ROW",
  11. "features": {
  12. "bootmagic": false,
  13. "mousekey": false,
  14. "extrakey": true,
  15. "console": false,
  16. "command": false,
  17. "nkro": false,
  18. "backlight": false,
  19. "rgblight": false,
  20. "audio": false
  21. },
  22. "community_layouts": ["ortho_1x1"],
  23. "layouts": {
  24. "LAYOUT_ortho_1x1": {
  25. "layout": [
  26. {"x": 0, "y": 0, "matrix": [0, 0]}
  27. ]
  28. }
  29. }
  30. }