info.json 808 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "manufacturer": "Mechlovin Studio",
  3. "url": "",
  4. "maintainer": "Mechlovin' Studio",
  5. "usb": {
  6. "vid": "0x4D4C",
  7. "device_version": "0.0.1"
  8. },
  9. "indicators": {
  10. "caps_lock": "C14",
  11. "num_lock": "C15"
  12. },
  13. "processor": "STM32F103",
  14. "bootloader": "stm32duino",
  15. "eeprom": {
  16. "wear_leveling": {
  17. "backing_size": 4096
  18. }
  19. },
  20. "rgblight": {
  21. "sleep": true,
  22. "animations": {
  23. "alternating": true,
  24. "breathing": true,
  25. "christmas": true,
  26. "knight": true,
  27. "rainbow_mood": true,
  28. "rainbow_swirl": true,
  29. "rgb_test": true,
  30. "snake": true,
  31. "static_gradient": true,
  32. "twinkle": true
  33. }
  34. }
  35. }