info.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. "animations": {
  16. "breathing": true,
  17. "rainbow_mood": true,
  18. "rainbow_swirl": true,
  19. "snake": true,
  20. "knight": true,
  21. "christmas": true,
  22. "static_gradient": true,
  23. "rgb_test": true,
  24. "alternating": true,
  25. "twinkle": true
  26. }
  27. },
  28. "ws2812": {
  29. "pin": "B4",
  30. "driver": "pwm"
  31. },
  32. "processor": "STM32F072",
  33. "bootloader": "stm32-dfu",
  34. "matrix_pins": {
  35. "direct": [
  36. ["B12", "B6", "B7"],
  37. [null, "B5", null]
  38. ]
  39. },
  40. "layouts": {
  41. "LAYOUT": {
  42. "layout": [
  43. {"x": 0, "y": 0, "matrix": [0, 0]},
  44. {"x": 1, "y": 0, "matrix": [0, 1]},
  45. {"x": 2, "y": 0, "matrix": [0, 2]},
  46. {"x": 0.5, "y": 1, "w": 2, "matrix": [1, 1]}
  47. ]
  48. }
  49. }
  50. }