info.json 799 B

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