info.json 932 B

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