info.json 791 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "keyboard_name": "Crypt Macro",
  3. "manufacturer": "Yiancar-Designs",
  4. "url": "https://yiancar-designs.com",
  5. "maintainer": "Yiancar-Designs",
  6. "usb": {
  7. "vid": "0x8968",
  8. "pid": "0x434D",
  9. "device_version": "0.0.1"
  10. },
  11. "ws2812": {
  12. "driver": "pwm"
  13. },
  14. "processor": "STM32F072",
  15. "bootloader": "stm32-dfu",
  16. "matrix_pins": {
  17. "direct": [
  18. ["B12", "B6", "B7"],
  19. [null, "B5", null]
  20. ]
  21. },
  22. "layouts": {
  23. "LAYOUT": {
  24. "layout": [
  25. {"x":0, "y":0, "matrix": [0, 0]},
  26. {"x":1, "y":0, "matrix": [0, 1]},
  27. {"x":2, "y":0, "matrix": [0, 2]},
  28. {"x":0.5, "y":1, "w":2, "matrix": [1, 1]}
  29. ]
  30. }
  31. }
  32. }