info.json 704 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. "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. "backlight": false,
  22. "rgblight": false,
  23. "audio": false
  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. }