You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
745 B

  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. "matrix_pins": {
  12. "cols": ["F4", "D7"],
  13. "rows": ["F6"]
  14. },
  15. "diode_direction": "COL2ROW",
  16. "indicators": {
  17. "caps_lock": "B7"
  18. },
  19. "ws2812": {
  20. "pin": "B2"
  21. },
  22. "processor": "atmega32u4",
  23. "bootloader": "caterina",
  24. "layouts": {
  25. "LAYOUT": {
  26. "layout": [
  27. {"matrix": [0, 0], "x": 0, "y": 0},
  28. {"matrix": [0, 1], "x": 1, "y": 0}
  29. ]
  30. }
  31. }
  32. }