info.json 583 B

123456789101112131415161718192021222324
  1. {
  2. "keyboard_name": "2key2",
  3. "manufacturer": "3-Key-Ecosystem",
  4. "url": "https://github.com/softplus/3keyecosystem/tree/main/2key2",
  5. "maintainer": "softplus",
  6. "usb": {
  7. "vid": "0x1209",
  8. "pid": "0x3304",
  9. "device_version": "0.0.1"
  10. },
  11. "indicators": {
  12. "caps_lock": "B7"
  13. },
  14. "processor": "atmega32u4",
  15. "bootloader": "caterina",
  16. "layouts": {
  17. "LAYOUT": {
  18. "layout": [
  19. {"label": "k00", "x": 0, "y": 0},
  20. {"label": "k01", "x": 1, "y": 0}
  21. ]
  22. }
  23. }
  24. }