info.json 688 B

123456789101112131415161718192021222324252627282930313233
  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. },
  19. "qmk": {
  20. "locking": {
  21. "enabled": true,
  22. "resync": true
  23. }
  24. },
  25. "community_layouts": ["ortho_1x1"],
  26. "layouts": {
  27. "LAYOUT_ortho_1x1": {
  28. "layout": [
  29. {"x": 0, "y": 0, "matrix": [0, 0]}
  30. ]
  31. }
  32. }
  33. }