info.json 744 B

1234567891011121314151617181920212223242526272829
  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. "processor": "STM32F072",
  12. "bootloader": "stm32-dfu",
  13. "matrix_pins": {
  14. "direct": [
  15. ["B12", "B6", "B7"],
  16. [null, "B5", null]
  17. ]
  18. },
  19. "layouts": {
  20. "LAYOUT": {
  21. "layout": [
  22. {"x":0, "y":0, "matrix": [0, 0]},
  23. {"x":1, "y":0, "matrix": [0, 1]},
  24. {"x":2, "y":0, "matrix": [0, 2]},
  25. {"x":0.5, "y":1, "w":2, "matrix": [1, 1]}
  26. ]
  27. }
  28. }
  29. }