info.json 732 B

123456789101112131415161718192021222324252627282930313233343536
  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. "tapping": {
  11. "term": 500
  12. },
  13. "diode_direction": "COL2ROW",
  14. "features": {
  15. "bootmagic": false,
  16. "mousekey": false,
  17. "extrakey": true,
  18. "console": false,
  19. "command": false,
  20. "nkro": false
  21. },
  22. "qmk": {
  23. "locking": {
  24. "enabled": true,
  25. "resync": true
  26. }
  27. },
  28. "community_layouts": ["ortho_1x1"],
  29. "layouts": {
  30. "LAYOUT_ortho_1x1": {
  31. "layout": [
  32. {"x": 0, "y": 0, "matrix": [0, 0]}
  33. ]
  34. }
  35. }
  36. }