info.json 821 B

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