info.json 791 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "manufacturer": "Atelier_Haven",
  3. "url": "",
  4. "maintainer": "Freather",
  5. "processor": "atmega32u4",
  6. "bootloader": "atmel-dfu",
  7. "diode_direction": "COL2ROW",
  8. "features": {
  9. "bootmagic": true,
  10. "mousekey": true,
  11. "extrakey": true,
  12. "nkro": true,
  13. "rgblight": true
  14. },
  15. "ws2812": {
  16. "pin": "E6",
  17. },
  18. "rgblight": {
  19. "led_count": 21,
  20. "sleep": true,
  21. "animations": {
  22. "alternating": true,
  23. "breathing": true,
  24. "christmas": true,
  25. "knight": true,
  26. "rainbow_mood": true,
  27. "rainbow_swirl": true,
  28. "rgb_test": true,
  29. "snake": true,
  30. "static_gradient": true,
  31. "twinkle": true
  32. }
  33. }
  34. }